Skip to content

Commit 774094e

Browse files
committed
wip
1 parent 0555ec8 commit 774094e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

phpunit.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
>
77
<testsuites>
88
<testsuite name="Test Suite">
9-
<directory suffix="Test.php">./tests</directory>
9+
<directory>./tests</directory>
1010
</testsuite>
1111
</testsuites>
1212
<source>
1313
<include>
14-
<directory suffix=".php">./app</directory>
15-
<directory suffix=".php">./src</directory>
14+
<directory>./src</directory>
1615
</include>
1716
</source>
18-
19-
<!-- <php>-->
20-
<!-- &lt;!&ndash; Height of the terminal &ndash;&gt;-->
21-
<!-- <env name="LINES" value="50" force="true"/>-->
22-
<!-- &lt;!&ndash; Width of the terminal &ndash;&gt;-->
23-
<!-- <env name="COLUMNS" value="80" force="true"/>-->
24-
<!-- </php>-->
2517
</phpunit>

0 commit comments

Comments
 (0)