Skip to content

Commit 07c2b87

Browse files
committed
move phpunit.xml
1 parent 5123da4 commit 07c2b87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
.phpunit.result.cache
12
tests/tmp

tests/phpunit.xml phpunit.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="./bootstrap.php">
2+
<phpunit bootstrap="./tests/bootstrap.php">
33
<testsuites>
44
<testsuite name="testsuite for Uri">
5-
<directory>./Aura/Uri</directory>
5+
<directory>./tests/Aura/Uri</directory>
66
</testsuite>
77
</testsuites>
88
<filter>
99
<whitelist>
10-
<directory suffix=".php">../src/Aura/Uri</directory>
10+
<directory suffix=".php">src/Aura/Uri</directory>
1111
</whitelist>
1212
</filter>
1313
</phpunit>

0 commit comments

Comments
 (0)