File "InterfaceWithStaticMethod.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php
File size: 89 bytes
MIME-type: --
Charset: utf-8
<?php
interface InterfaceWithStaticMethod
{
public static function staticMethod();
}