public function Issue433Test::testOutputWithExpectationBefore in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/433/Issue433Test.php \Issue433Test::testOutputWithExpectationBefore()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 433/ Issue433Test.php, line 4
Class
Code
public function testOutputWithExpectationBefore() {
$this
->expectOutputString('test');
print 'test';
}