File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" ./tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd" >
3
- <coverage includeUncoveredFiles =" true" />
2
+ <!--
3
+ ~ Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
4
+ ~
5
+ ~ Licensed under The MIT License
6
+ ~ Redistributions of files must retain the above copyright notice.
7
+ ~
8
+ ~ @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
9
+ ~ @license MIT License (http://www.opensource.org/licenses/mit-license.php)
10
+ -->
11
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" ./tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
12
+ <coverage />
4
13
<php >
5
14
<ini name =" memory_limit" value =" -1" />
6
15
<ini name =" apc.enable_cli" value =" 1" />
7
- <env name =" db_dsn" value =" mysql://root2:root2@localhost/cake_test_db" />
8
16
<env name =" FIXTURE_SCHEMA_METADATA" value =" ./tests/schema.php" />
9
17
</php >
10
18
<!-- Add any additional test suites you want to run here -->
11
19
<testsuites >
12
- <testsuite name =" Api Test Suite" >
20
+ <testsuite name =" Users Test Suite" >
13
21
<directory >./tests/TestCase</directory >
14
22
</testsuite >
15
23
</testsuites >
16
24
<!-- Setup a listener for fixtures -->
17
25
<extensions >
18
26
<bootstrap class =" Cake\TestSuite\Fixture\Extension\PHPUnitExtension" />
19
27
</extensions >
20
- <!-- Prevent coverage reports from looking in tests and vendors -->
21
28
<source >
22
29
<include >
23
30
<directory suffix =" .php" >./src</directory >
You can’t perform that action at this time.
0 commit comments