Current File : /home/itiffy/www/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php
<?php

interface AnInterface
{
    public function doSomething();
}