Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php
<?php
interface AnotherInterface
{
    public function
doSomethingElse();
}