~jlungo/zhris/trunk

« back to all changes in this revision

Viewing changes to unit_tests/config.xml

  • Committer: Juma Lungo
  • Date: 2017-11-16 08:54:53 UTC
  • Revision ID: juma.lungo@zalongwa.com-20171116085453-q3jxht0gcab8jbya
codebase commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<phpunit    backupGlobals="false"
 
3
            backupStaticAttributes="true"
 
4
            bootstrap="BootStrap.php"
 
5
            cacheTokens="true"
 
6
            colors="false"
 
7
            convertErrorsToExceptions="true"
 
8
            convertNoticesToExceptions="true"
 
9
            convertWarningsToExceptions="true"
 
10
            forceCoversAnnotation="false"
 
11
            mapTestClassNameToCoveredClassName="false"
 
12
            printerClass="PHPUnit_TextUI_ResultPrinter"
 
13
            processIsolation="false"
 
14
            stopOnError="true"
 
15
            stopOnFailure="true"
 
16
            stopOnIncomplete="false"
 
17
            stopOnSkipped="false"
 
18
            testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
 
19
            strict="false"
 
20
            verbose="false">
 
21
 
 
22
    <testsuites>
 
23
 
 
24
        <testsuite name="Other">
 
25
          <directory suffix=".php">testcases/other/</directory>
 
26
        </testsuite>
 
27
 
 
28
        <testsuite name="Payroll Deduction">
 
29
          <directory suffix=".php">testcases/payroll_deduction/</directory>
 
30
        </testsuite>
 
31
 
 
32
        <testsuite name="Paystub">
 
33
          <directory suffix=".php">testcases/paystub/</directory>
 
34
        </testsuite>
 
35
 
 
36
        <testsuite name="Policy">
 
37
          <directory suffix=".php">testcases/policy/</directory>
 
38
        </testsuite>
 
39
 
 
40
        <testsuite name="Expense">
 
41
          <directory suffix=".php">testcases/expense/</directory>
 
42
        </testsuite>
 
43
 
 
44
        <testsuite name="User Review">
 
45
          <directory suffix=".php">testcases/kpi/</directory>
 
46
        </testsuite>
 
47
 
 
48
        <testsuite name="Job Application">
 
49
          <directory suffix=".php">testcases/recruitment/</directory>
 
50
        </testsuite>
 
51
 
 
52
        <testsuite name="i18n">
 
53
            <directory suffix=".php">testcases/i18n/</directory>
 
54
        </testsuite>
 
55
    </testsuites>
 
56
</phpunit>