1
0
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:
Niklas Keller 2017-05-02 21:57:00 +02:00
parent 8d9219bf92
commit 5471b17a67

View File

@ -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);