Beispiel #1
0
 /**
  * Test path getter / setter.
  */
 public function testPath()
 {
     $protection = new Protection();
     $protection->setPath('/var/www');
     $this->assertEquals('/var/www', $protection->getPath());
 }