Searched refs:wasSuccessful (Results 1 – 8 of 8) sorted by relevance
193 $this->assertTrue($result->wasSuccessful());204 $this->assertTrue($result->wasSuccessful());215 $this->assertTrue($result->wasSuccessful());227 $this->assertTrue($result->wasSuccessful());255 $this->assertTrue($result->wasSuccessful());400 $this->assertTrue($result->wasSuccessful());410 $this->assertTrue($result->wasSuccessful());419 $this->assertTrue($result->wasSuccessful());428 $this->assertFalse($result->wasSuccessful());437 $this->assertTrue($result->wasSuccessful());[all …]
80 $this->assertTrue($this->result->wasSuccessful());92 $this->assertTrue(!$this->result->wasSuccessful());146 $this->assertTrue($this->result->wasSuccessful());
207 $this->assertTrue($result->wasSuccessful());222 $this->assertTrue($result->wasSuccessful());237 $this->assertTrue($result->wasSuccessful());
331 function wasSuccessful() { function in PHPUnit_TestResult
339 if ($result->wasSuccessful() &&354 if ($result->wasSuccessful()) {
193 if (isset($result) && $result->wasSuccessful(false)) {
648 if ($result->wasSuccessful(false)) {
1189 public function wasSuccessful($includeWarnings = true) function in PHPUnit_Framework_TestResult