D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
1471
/
Filename :
Issue1471Test.php
back
Copy
<?php class Issue1471Test extends PHPUnit_Framework_TestCase { public function testFailure() { $this->expectOutputString('*'); print '*'; $this->assertTrue(false); } }