You are here

public function Issue433Test::testOutputWithExpectationAfter in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/433/Issue433Test.php \Issue433Test::testOutputWithExpectationAfter()

File

vendor/phpunit/phpunit/tests/Regression/GitHub/433/Issue433Test.php, line 10

Class

Issue433Test

Code

public function testOutputWithExpectationAfter() {
  print 'test';
  $this
    ->expectOutputString('test');
}