Exemple #1
0
 public function testGetLastResult()
 {
     $this->runner->addCheck(new AlwaysSuccess());
     $result = $this->runner->run();
     $this->assertInstanceOf('ZendDiagnostics\\Result\\Collection', $result);
     $this->assertSame($result, $this->runner->getLastResults());
 }