File "AnInterface.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php
File size: 67 bytes
MIME-type: --
Charset: utf-8

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