コード例 #1
0
ファイル: getPathTest.php プロジェクト: bogdananton/vsc
 public function testValidPath()
 {
     $E = new ExceptionPath();
     $this->assertEquals(get_include_path(), $E->getPath());
 }