AbstractTest.php in Zircon Profile 8.0
Same filename in this branch
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/AbstractTest.phpView source
<?php
abstract class AbstractTest extends PHPUnit_Framework_TestCase {
public function testOne() {
}
}
Classes
Name | Description |
---|---|
AbstractTest |