mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Fix broken test
This commit is contained in:
parent
8d9219bf92
commit
5471b17a67
@ -1396,7 +1396,7 @@ abstract class DriverTest extends TestCase {
|
||||
$this->loop->disable($watcher);
|
||||
});
|
||||
|
||||
$this->loop->defer(function () {
|
||||
$this->loop->defer(function () use ($watcher1, $watcher3) {
|
||||
$this->loop->delay(200, function () use ($watcher1, $watcher3) {
|
||||
$this->loop->enable($watcher1);
|
||||
$this->loop->enable($watcher3);
|
||||
|
Loading…
Reference in New Issue
Block a user