public function Issue433Test::testNotMatchingOutput

File

drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/433/Issue433Test.php, line 16

Class

Issue433Test

Code

public function testNotMatchingOutput() {
  print 'bar';
  $this
    ->expectOutputString('foo');
}