Skip to content

Commit b55ab72

Browse files
committed
return true on success
1 parent a541690 commit b55ab72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/orchestration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function ping() {
1919
} catch(\Exception $e) {
2020
return false;
2121
}
22+
return true;
2223
}
2324

2425
function stopAll() {

0 commit comments

Comments
 (0)