예제 #1
0
 /**
  * @covers System_Application::__construct
  * @covers System_Application::<protected>
  */
 public function testConstructorWithDir()
 {
     System_Application::setConfigDir('/data');
     $app = new System_Application('test', dirname(__FILE__));
 }