getTrace() public method

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