This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree 1 file changed +4
-21
lines changed
1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" ./ vendor/phpunit/phpunit/phpunit.xsd"
4
- bootstrap =" ./ vendor/autoload.php"
3
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
+ bootstrap =" vendor/autoload.php"
5
5
colors =" true" >
6
6
<testsuites >
7
7
<testsuite name =" zend-router Test Suite" >
8
- <directory >./test/ </directory >
8
+ <directory >./test</directory >
9
9
</testsuite >
10
10
</testsuites >
11
11
12
- <groups >
13
- <exclude >
14
- <group >disable</group >
15
- </exclude >
16
- </groups >
17
-
18
12
<filter >
19
- <whitelist addUncoveredFilesFromWhitelist =" true" >
13
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
20
14
<directory suffix =" .php" >./src</directory >
21
15
</whitelist >
22
16
</filter >
23
-
24
- <php >
25
- <ini name =" date.timezone" value =" UTC" />
26
-
27
- <!-- OB_ENABLED should be enabled for some tests to check if all
28
- functionality works as expected. Such tests include those for
29
- Zend\Soap and Zend\Session, which require that headers not be sent
30
- in order to work. -->
31
- <env name =" TESTS_ZEND_OB_ENABLED" value =" false" />
32
-
33
- </php >
34
17
</phpunit >
You can’t perform that action at this time.
0 commit comments