You are here

MockTestInterface.php in Zircon Profile 8.0

File

vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php
View source
<?php

interface MockTestInterface {
  public function returnAnything();
  public function returnAnythingElse();

}

Interfaces

Namesort descending Description
MockTestInterface