Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 2fc1f08

Browse files
authored
Update phpunit.xml.dist
1 parent a1c783f commit 2fc1f08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/phpunit.xml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="./bootstrap.php" colors="true">
33
<testsuites>
4-
<testsuite name="php_session Test Suite">
5-
<directory suffix=".php">./php_sessionTest</directory>
4+
<testsuite name="Test Suite">
5+
<directory suffix=".php">./tests</directory>
66
</testsuite>
77
</testsuites>
88
<filter>
99
<whitelist>
10-
<directory suffix=".php">../src</directory>
10+
<directory suffix=".php">./src</directory>
1111
<exclude>
12-
<directory>../vendor</directory>
12+
<directory>./vendor</directory>
1313
</exclude>
1414
</whitelist>
1515
</filter>

0 commit comments

Comments
 (0)