Files
espocrm/vendor/phpunit/phpunit-mock-objects/Tests/_files/AnInterface.php
Taras Machyshyn b0d1bb4486 vendor update
2013-11-19 12:52:41 +02:00

6 lines
67 B
PHP

<?php
interface AnInterface
{
public function doSomething();
}