Skip to content
Snippets Groups Projects
Commit 80a932fa authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

fix only one file

parent 22831beb
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace MaarchTest; namespace MaarchTest;
require_once __DIR__.'/define.php'; //require_once __DIR__.'/define.php';
class StatusControllerTest extends \PHPUnit_Framework_TestCase class StatusControllerTest extends \PHPUnit_Framework_TestCase
{ {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true"> <phpunit colors="true" bootstrap="core/Test/define.php">
<testsuites> <testsuites>
<testsuite name="Maarch Core Test Suite"> <testsuite name="Maarch Core Test Suite">
<directory>core/Test</directory> <!--directory>core/Test</directory-->
<file>core/Test/StatusControllerTest.php</file>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment