예제 #1
0
 /**
  * @covers ::__construct
  * @covers ::getDir
  */
 public function testAutoloader_construct_custom()
 {
     $expDir = __DIR__;
     $autoloader = new \Flow\Autoloader($expDir);
     $this->assertSame($expDir, $autoloader->getDir());
 }