Files
faveo/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php
2015-05-01 13:13:01 +05:30

6 lines
76 B
PHP

<?php
interface AnotherInterface
{
public function doSomethingElse();
}