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.
2 parents 8046965 + 7306dc7 commit 2d3e91cCopy full SHA for 2d3e91c
composer.json
@@ -23,6 +23,6 @@
23
"react/promise": "~2.1|~1.2"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^5.0 || ^4.8"
+ "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
27
}
28
tests/TestCase.php
@@ -2,10 +2,10 @@
2
3
namespace React\Tests\Promise\Timer;
4
5
+use PHPUnit\Framework\TestCase as BaseTestCase;
6
use React\EventLoop\Factory;
-use PHPUnit_Framework_TestCase;
7
8
-class TestCase extends PHPUnit_Framework_TestCase
+class TestCase extends BaseTestCase
9
{
10
protected $loop;
11
0 commit comments