Example #1
0
 public function testDirectory()
 {
     $application = new Application();
     $dir = __DIR__ . '/../';
     $application->setDirectory($dir);
     $this->assertSame(realpath($dir), $application->getDirectory());
 }