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