Example #1
0
 public function testValidPath()
 {
     $E = new ExceptionPath();
     $this->assertEquals(get_include_path(), $E->getPath());
 }