|
|
@ -109,6 +109,7 @@ class LoadTest extends PHPUnit_Framework_TestCase |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @runInSeparateProcess |
|
|
|
* @TODO: Load - check if input file returns array |
|
|
|
*/ |
|
|
|
public function testFileForArray() |
|
|
@ -117,6 +118,9 @@ class LoadTest extends PHPUnit_Framework_TestCase |
|
|
|
$this->assertInternalType('array', $autoload); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @runInSeparateProcess |
|
|
|
*/ |
|
|
|
public function testAutoloadArrayNotEmpty() |
|
|
|
{ |
|
|
|
$autoload = require(self::$file); |
|
|
|