| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 5 | public function testRun()  | 
            ||
| 6 | 	{ | 
            ||
| 7 | $cfgfile = dirname( dirname( __DIR__ ) ) . '/src/aimeos-settings.php';  | 
            ||
| 8 | $argv = array( "jobs.php", "--config=$cfgfile", "index/optimize", "unittest" );  | 
            ||
| 9 | |||
| 10 | $result = \Aimeos\Slim\Command\Jobs::run( $argv );  | 
            ||
| 11 | |||
| 12 | $this->expectOutputString( "Executing the Aimeos jobs for \"unittest\"\n" );  | 
            ||
| 13 | }  | 
            ||
| 24 |