AbstractMockTestClass.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractMockTestClass.phpView source
<?php
abstract class AbstractMockTestClass implements MockTestInterface {
public abstract function doSomething();
public function returnAnything() {
return 1;
}
}Classes
|
Name |
Description |
|---|---|
| AbstractMockTestClass |