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 5c12f9b commit 5000407Copy full SHA for 5000407
composer.json
@@ -10,8 +10,8 @@
10
"react/stream": "^1.0 || ^0.7.2"
11
},
12
"require-dev": {
13
- "phpunit/phpunit": "^5.0 || ^4.8.10",
14
- "sebastian/environment": "~1.0"
+ "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
+ "sebastian/environment": "^3.0 || ^2.0 || ^1.0"
15
16
"autoload": {
17
"psr-4": { "React\\ChildProcess\\": "src" }
tests/AbstractProcessTest.php
@@ -4,9 +4,10 @@
4
5
use React\ChildProcess\Process;
6
use React\EventLoop\Timer\Timer;
7
+use PHPUnit\Framework\TestCase;
8
use SebastianBergmann\Environment\Runtime;
9
-abstract class AbstractProcessTest extends \PHPUnit_Framework_TestCase
+abstract class AbstractProcessTest extends TestCase
{
abstract public function createLoop();
0 commit comments