We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4841 commit 4930815Copy full SHA for 4930815
tests/JobParseTest.php
@@ -23,7 +23,6 @@ public function setUp()
23
*/
24
public function testParse($raw, $time, $command)
25
{
26
- var_dump(func_get_args());
27
$this->job_parser->parse($raw);
28
$this->assertEquals($this->job_parser->time(), $time);
29
$this->assertEquals($this->job_parser->command(), $command);
0 commit comments