Skip to content

Commit

Permalink
Fixing phpunit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 10, 2013
1 parent 7af5ae5 commit e6c77bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpunit.xml.dist
Expand Up @@ -14,13 +14,13 @@

<testsuites>
<testsuite name="CakePHP Test Suite">
<directory>./Test/TestCase/</directory>
<exclude>./Test/TestCase/Model/</exclude>
<exclude>./Test/TestCase/Database/</exclude>
<exclude>./Test/TestCase/ORM/</exclude>
<directory>./Cake/Test/TestCase/</directory>
<exclude>./Cake/Test/TestCase/Model/</exclude>
<exclude>./Cake/Test/TestCase/Database/</exclude>
<exclude>./Cake/Test/TestCase/ORM/</exclude>
</testsuite>
<testsuite name="Database Test Suite">
<file>./Test/TestCase/DatabaseSuite.php</file>
<file>./Cake/Test/TestCase/DatabaseSuite.php</file>
</testsuite>
</testsuites>
<listeners>
Expand Down

0 comments on commit e6c77bc

Please sign in to comment.