File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit bootstrap =" tests/bootstrap.php" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd" >
3
- <php >
4
- <ini name =" memory_limit" value =" -1" />
5
- <ini name =" apc.enable_cli" value =" 1" />
3
+ <php >
4
+ <ini name =" memory_limit" value =" -1" />
5
+ <ini name =" apc.enable_cli" value =" 1" />
6
6
<!-- E_ALL => 32767 -->
7
7
<!-- E_ALL & ~E_USER_DEPRECATED => 16383 -->
8
8
<ini name =" error_reporting" value =" 32767" />
9
- </php >
9
+ </php >
10
10
11
- <!-- Add any additional test suites you want to run here -->
12
- <testsuites >
13
- <testsuite name =" ide-helper-extra" >
14
- <directory >tests/TestCase/</directory >
15
- </testsuite >
16
- </testsuites >
11
+ <!-- Add any additional test suites you want to run here -->
12
+ <testsuites >
13
+ <testsuite name =" ide-helper-extra" >
14
+ <directory >tests/TestCase/</directory >
15
+ </testsuite >
16
+ </testsuites >
17
17
18
18
<extensions >
19
19
<bootstrap class =" Cake\TestSuite\Fixture\Extension\PHPUnitExtension" />
20
20
</extensions >
21
21
22
- <!-- Prevent coverage reports from looking in tests and vendors -->
23
- <source >
24
- <include >
25
- <directory suffix =" .php" >src/</directory >
26
- </include >
27
- </source >
22
+ <!-- Prevent coverage reports from looking in tests and vendors -->
23
+ <source >
24
+ <include >
25
+ <directory suffix =" .php" >src/</directory >
26
+ </include >
27
+ </source >
28
28
29
29
</phpunit >
You can’t perform that action at this time.
0 commit comments