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 ccf7dfc commit 2ca4841Copy full SHA for 2ca4841
tests/JobParseTest.php
@@ -23,6 +23,7 @@ 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