Skip to content

Commit

Permalink
Merge pull request #923 from cmillr/feature/custom-phpunit
Browse files Browse the repository at this point in the history
Made phpunit.xml copyable to the fuel/app directory
  • Loading branch information
Harro Verton committed Apr 19, 2012
2 parents 9c94880 + b4a54a8 commit 00b6d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true" stopOnFailure="false" bootstrap="bootstrap_phpunit.php">
<phpunit colors="true" stopOnFailure="false" bootstrap="../core/bootstrap_phpunit.php">
<php>
<server name="doc_root" value="../../"/>
<server name="app_path" value="fuel/app"/>
Expand All @@ -18,4 +18,4 @@
<directory suffix=".php">../app/tests</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>

0 comments on commit 00b6d3d

Please sign in to comment.