Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 7af946f

Browse files
committed
Prevent premature ending of the test
1 parent 4959e9d commit 7af946f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/Encoders/JSONEncoderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ function ($res) {
5757
$this->assertEquals('Hello, McFly !!!', $res->getBody());
5858
}
5959
);
60+
61+
$this->c->wait(1);
6062
}
6163
}

0 commit comments

Comments
 (0)