public function Issue445Test::testNotMatchingOutput in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/Regression/GitHub/445/Issue445Test.php \Issue445Test::testNotMatchingOutput()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 445/ Issue445Test.php, line 16
Class
Code
public function testNotMatchingOutput() {
print 'bar';
$this
->expectOutputString('foo');
}