Current File : /home/itiffy/www/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php
<?php
class SomeClass
{
    public function doSomething($a, $b)
    {
        return;
    }

    public function doSomethingElse($c)
    {
        return;
    }
}