Skip to content

Commit

Permalink
Fixing fatal error when running all tests locally and not excluding ORM
Browse files Browse the repository at this point in the history
and Database folders in XML, phpunit is smart enough to figure out the
duplicates
  • Loading branch information
lorenzo committed Nov 7, 2013
1 parent 2719aed commit 0b2658f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cake/TestSuite/Reporter/BaseReporter.php
Expand Up @@ -20,8 +20,6 @@

use Cake\TestSuite\TestLoader;

require_once 'PHPUnit/TextUI/ResultPrinter.php';

/**
* BaseReporter contains common reporting features used in the CakePHP Test suite
*
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -15,9 +15,7 @@
<testsuites>
<testsuite name="CakePHP Test Suite">
<directory>./Cake/Test/TestCase/</directory>
<exclude>./Cake/Test/TestCase/Database/</exclude>
<exclude>./Cake/Test/TestCase/Model/</exclude>
<exclude>./Cake/Test/TestCase/ORM/</exclude>
<file>./Cake/Test/TestCase/DatabaseSuite.php</file>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 0b2658f

Please sign in to comment.