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