|
@@ -164,9 +164,10 @@ class AutoloadGeneratorTest extends TestCase
|
|
->will($this->returnValue(array()));
|
|
->will($this->returnValue(array()));
|
|
|
|
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/composer');
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/composer');
|
|
- $this->fs->ensureDirectoryExists($this->workingDir.'/src/Lala');
|
|
|
|
|
|
+ $this->fs->ensureDirectoryExists($this->workingDir.'/src/Lala/Test');
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/lib');
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/lib');
|
|
file_put_contents($this->workingDir.'/src/Lala/ClassMapMain.php', '<?php namespace Lala; class ClassMapMain {}');
|
|
file_put_contents($this->workingDir.'/src/Lala/ClassMapMain.php', '<?php namespace Lala; class ClassMapMain {}');
|
|
|
|
+ file_put_contents($this->workingDir.'/src/Lala/Test/ClassMapMainTest.php', '<?php namespace Lala\Test; class ClassMapMainTest {}');
|
|
|
|
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/src-fruit');
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/src-fruit');
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/src-cake');
|
|
$this->fs->ensureDirectoryExists($this->workingDir.'/src-cake');
|