Issue1471Test.php in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/Regression/GitHub/1471/Issue1471Test.phpView source
<?php
class Issue1471Test extends PHPUnit_Framework_TestCase {
public function testFailure() {
$this
->expectOutputString('*');
print '*';
$this
->assertTrue(false);
}
}
Classes
Name | Description |
---|---|
Issue1471Test |