Example #1
0
 public function testAbsoluteException()
 {
     $a = new Path('../four');
     $b = new Path('/one/two/three');
     $this->setExpectedException('Exception');
     $b->toAbsolute($a);
 }