We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5a728 commit 08d258eCopy full SHA for 08d258e
2 files changed
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
12
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
13
>
14
<testsuites>
15
<testsuite name="React Test Suite">
tests/bootstrap.php tests/TestCase.phptests/bootstrap.php renamed to tests/TestCase.php
@@ -4,9 +4,7 @@
4
5
use React\Promise\Deferred;
6
7
-require __DIR__ . '/../vendor/autoload.php';
8
-
-class TestCase extends \PHPUnit_Framework_TestCase
+abstract class TestCase extends \PHPUnit_Framework_TestCase
{
protected function expectCallableOnce()
0 commit comments