This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-63
lines changed Expand file tree Collapse file tree 2 files changed +4
-63
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" ./ vendor/phpunit/phpunit/phpunit.xsd"
4- bootstrap =" ./test/bootstrap .php"
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ bootstrap =" vendor/autoload .php"
55 colors =" true" >
66 <testsuites >
77 <testsuite name =" zend-uri Test Suite" >
8- <directory >./test/ </directory >
8+ <directory >./test</directory >
99 </testsuite >
1010 </testsuites >
1111
12- <groups >
13- <exclude >
14- <group >disable</group >
15- </exclude >
16- </groups >
17-
1812 <filter >
19- <whitelist addUncoveredFilesFromWhitelist =" true" >
13+ <whitelist processUncoveredFilesFromWhitelist =" true" >
2014 <directory suffix =" .php" >./src</directory >
2115 </whitelist >
2216 </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- <!-- Zend\Uri tests
34-
35- Setting CRASH_TEST_ENABLED to true will enable some tests that may
36- potentially crash PHP on some systems, due to very deep-nesting
37- regular expressions.
38-
39- Only do this if you know what you are doing! -->
40- <env name =" TESTS_ZEND_URI_CRASH_TEST_ENABLED" value =" false" />
41- </php >
4217</phpunit >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments