Beispiel #1
0
 /**
  * @covers System_View_Simple::addBasePath
  */
 public function testAddBasePath()
 {
     $dir = dirname(__FILE__);
     $this->object->addBasePath($dir);
     self::assertEquals(array($dir . '/scripts/'), $this->object->getScriptPaths());
 }