Home
last modified time | relevance | path

Searched refs:wasSuccessful (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php193 $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 …]
H A DSuiteTest.php80 $this->assertTrue($this->result->wasSuccessful());
92 $this->assertTrue(!$this->result->wasSuccessful());
146 $this->assertTrue($this->result->wasSuccessful());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php207 $this->assertTrue($result->wasSuccessful());
222 $this->assertTrue($result->wasSuccessful());
237 $this->assertTrue($result->wasSuccessful());
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php331 function wasSuccessful() { function in PHPUnit_TestResult
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php339 if ($result->wasSuccessful() &&
354 if ($result->wasSuccessful()) {
H A DCommand.php193 if (isset($result) && $result->wasSuccessful(false)) {
H A DTestRunner.php648 if ($result->wasSuccessful(false)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php1189 public function wasSuccessful($includeWarnings = true) function in PHPUnit_Framework_TestResult