AnInterface.php

File

drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/AnInterface.php
View source
<?php

interface AnInterface {
  public function doSomething();

}

Interfaces

Namesort descending Description
AnInterface