interface MockTestInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php \MockTestInterface
Hierarchy
- interface \MockTestInterface
Expanded class hierarchy of MockTestInterface
All classes that implement MockTestInterface
File
- vendor/
phpunit/ phpunit-mock-objects/ tests/ _fixture/ MockTestInterface.php, line 2
View source
interface MockTestInterface {
public function returnAnything();
public function returnAnythingElse();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MockTestInterface:: |
public | function | 1 | |
MockTestInterface:: |
public | function |