Inheritance: extends Error
コード例 #1
0
ファイル: DebugErrorTest.php プロジェクト: phprest/phprest
 public function testGetTrace()
 {
     $this->assertNotNull($this->debugError->getTrace());
 }