Skip to content

Commit 2ca4841

Browse files
committed
tests
1 parent ccf7dfc commit 2ca4841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/JobParseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function setUp()
2323
*/
2424
public function testParse($raw, $time, $command)
2525
{
26+
var_dump(func_get_args());
2627
$this->job_parser->parse($raw);
2728
$this->assertEquals($this->job_parser->time(), $time);
2829
$this->assertEquals($this->job_parser->command(), $command);

0 commit comments

Comments
 (0)