OneTestCase.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/OneTestCase.phpView source
<?php
class OneTestCase extends PHPUnit_Framework_TestCase {
public function noTestCase() {
}
public function testCase($arg = '') {
}
}
Classes
Name | Description |
---|---|
OneTestCase |