Exemple #1
0
 public function testSetApplicationPath()
 {
     $direct = new ExtDirect();
     $direct->setApplicationPath("Dummy");
     $this->assertEquals("Dummy", $direct->getApplicationPath());
 }