summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 2ecdaa33d..6a9499665 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,7 +1,7 @@
-<phpunit bootstrap="tests/classloader.php">
+<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="unit">
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
-</phpunit> \ No newline at end of file
+</phpunit>