Home
last modified time | relevance | path

Searched refs:expectOutputString (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/445/
H A DIssue445Test.php6 $this->expectOutputString('test');
13 $this->expectOutputString('test');
19 $this->expectOutputString('foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/433/
H A DIssue433Test.php6 $this->expectOutputString('test');
13 $this->expectOutputString('test');
19 $this->expectOutputString('foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DOutputTestCase.php6 $this->expectOutputString('foo');
12 $this->expectOutputString('foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1471/
H A DIssue1471Test.php6 $this->expectOutputString('*');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D433.phpt2 GH-433: expectOutputString not completely working as expected
H A D445.phpt2 GH-455: expectOutputString not working in strict mode
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php474 public function expectOutputString($expectedString) function in PHPUnit_Framework_TestCase