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