Skip to content

Commit 4930815

Browse files
committed
tests
1 parent 2ca4841 commit 4930815

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/JobParseTest.php

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

0 commit comments

Comments
 (0)