We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5123da4 commit 07c2b87Copy full SHA for 07c2b87
.gitignore
@@ -1 +1,2 @@
1
+.phpunit.result.cache
2
tests/tmp
tests/phpunit.xml phpunit.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit bootstrap="./bootstrap.php">
+<phpunit bootstrap="./tests/bootstrap.php">
3
<testsuites>
4
<testsuite name="testsuite for Uri">
5
- <directory>./Aura/Uri</directory>
+ <directory>./tests/Aura/Uri</directory>
6
</testsuite>
7
</testsuites>
8
<filter>
9
<whitelist>
10
- <directory suffix=".php">../src/Aura/Uri</directory>
+ <directory suffix=".php">src/Aura/Uri</directory>
11
</whitelist>
12
</filter>
13
</phpunit>
0 commit comments