for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class JobsCommandTest extends AimeosTestAbstract
{
public function testJobsCommand()
$this->assertEquals(0, $this->artisan('aimeos:jobs', array('jobs' => 'customer/email/watch', 'site' => 'unittest')));
}