Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 9fb61aa

Browse files
michalbundyraweierophinney
authored andcommitted
Updated PHPUnit configuration
1 parent 3bab6c7 commit 9fb61aa

File tree

2 files changed

+4
-63
lines changed

2 files changed

+4
-63
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,17 @@
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>

test/bootstrap.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)