Current File : /home/itiffy/www/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php
<?php
interface AnotherInterface
{
    public function doSomethingElse();
}