gmarche/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Bar.php

9 lines
95 B
PHP
Raw Permalink Normal View History

2019-10-25 00:13:47 +02:00
<?php
class Bar
{
public function doSomethingElse()
{
return 'result';
}
}