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