Skip to content

Commit

Permalink
fix test [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jul 25, 2019
1 parent 746e7a1 commit 58e906b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/swoole_server/event/manager_stop.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const FILE = __DIR__ . '/tmp_result.txt';
$atomic = new Atomic();

$pm->parentFunc = function () use ($pm) {
$pm->kill();
echo "done\n";
};

$pm->childFunc = function () use ($pm, $atomic) {
Expand Down Expand Up @@ -53,4 +53,5 @@ unlink(FILE);

?>
--EXPECT--
done
manager stop

0 comments on commit 58e906b

Please sign in to comment.