public function Issue445Test::testNotMatchingOutput

File

drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/445/Issue445Test.php, line 16

Class

Issue445Test

Code

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