MockTestInterface.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.phpView source
<?php
interface MockTestInterface {
public function returnAnything();
public function returnAnythingElse();
}
Interfaces
Name | Description |
---|---|
MockTestInterface |