D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
1374
/
Filename :
Issue1374Test.php
back
Copy
<?php /** * @requires extension I_DO_NOT_EXIST */ class Issue1374Test extends PHPUnit_Framework_TestCase { protected function setUp() { print __FUNCTION__; } public function testSomething() { $this->fail('This should not be reached'); } protected function tearDown() { print __FUNCTION__; } }