File "SomeClass.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php
File size: 173 bytes
MIME-type: --
Charset: utf-8
<?php
class SomeClass
{
public function doSomething($a, $b)
{
return null;
}
public function doSomethingElse($c)
{
return null;
}
}