Files
panti-asuhan-backend/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php
2023-07-14 11:32:46 +08:00

14 lines
163 B
PHP
Executable File

<?php
class SomeClass
{
public function doSomething($a, $b)
{
return;
}
public function doSomethingElse($c)
{
return;
}
}