コード例 #1
0
ファイル: AutoloadTest.php プロジェクト: fsotomsk/Deep
 public function testAddClassPath()
 {
     $Path = __DIR__ . '/../../stubs2/';
     $this->assertContains($Path, $this->Autoload->addClassPath($Path));
 }