Example #1
0
 public function testLastError()
 {
     @$test;
     $exception = Exception::lastError();
     $this->assertEquals('Undefined variable: test', $exception->getMessage());
 }