You are here

interface MockTestInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php \MockTestInterface

Hierarchy

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