Skip to content

Commit 1e673bb

Browse files
committed
wip
1 parent 6cf8488 commit 1e673bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ChildProcess/ChildProcessTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
});
2121
});
2222

23-
it('can start a artisan command', function () {})->todo();
23+
it('can start a artisan command')->todo();
24+
25+
it('can mark the process as persistent')->todo();
2426

2527
it('accepts either a string or a array as command input')->todo();
2628

0 commit comments

Comments
 (0)