D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Filename :
AssertionExampleTest.php
back
Copy
<?php class AssertionExampleTest extends PHPUnit_Framework_TestCase { public function testOne() { $e = new AssertionExample; $e->doSomething(); } }