You are here

AnInterface.php in Zircon Profile 8

File

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

interface AnInterface {
  public function doSomething();

}

Interfaces

Namesort descending Description
AnInterface