Skip to content

Commit

Permalink
Fixed wrong folder in phpunit.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed Oct 27, 2011
1 parent d8078ad commit c34313a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -9,11 +9,11 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="test/bootstrap.php"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Doctrine Search Test Suite">
<directory>./test/Doctrine/Search</directory>
<directory>./tests/Doctrine/Search</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit c34313a

Please sign in to comment.