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