Skip to content

Commit 1c58cd4

Browse files
Update phpunit.dist.xml
1 parent 03060a2 commit 1c58cd4

File tree

1 file changed

+20
-34
lines changed

1 file changed

+20
-34
lines changed

test/phpunit.dist.xml

Lines changed: 20 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--~
3-
~ Copyright 2020 Bastian Schwarz <[email protected]>.
4-
~
5-
~ Licensed under the Apache License, Version 2.0 (the "License");
6-
~ you may not use this file except in compliance with the License.
7-
~ You may obtain a copy of the License at
8-
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
10-
~
11-
~ Unless required by applicable law or agreed to in writing, software
12-
~ distributed under the License is distributed on an "AS IS" BASIS,
13-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
~ See the License for the specific language governing permissions and
15-
~ limitations under the License.
16-
~
17-
-->
18-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
20-
colors="true"
21-
bootstrap="./../vendor/autoload.php"
22-
cacheDirectory="../.cache/phpunit"
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
5+
colors="true"
6+
bootstrap="./../vendor/autoload.php"
7+
cacheDirectory="../.cache/phpunit"
238
>
24-
<coverage>
25-
<include>
26-
<directory suffix=".php">./../src</directory>
27-
</include>
28-
</coverage>
29-
<testsuites>
30-
<testsuite name="all">
31-
<directory>.</directory>
32-
</testsuite>
33-
</testsuites>
34-
<php>
35-
<ini name="date.timezone" value="Europe/Berlin"/>
36-
</php>
9+
<coverage/>
10+
<testsuites>
11+
<testsuite name="all">
12+
<directory>.</directory>
13+
</testsuite>
14+
</testsuites>
15+
<php>
16+
<ini name="date.timezone" value="Europe/Berlin"/>
17+
</php>
18+
<source>
19+
<include>
20+
<directory>./../src</directory>
21+
</include>
22+
</source>
3723
</phpunit>

0 commit comments

Comments
 (0)