first commit
This commit is contained in:
5
vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php
vendored
Normal file
5
vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
interface AnInterface
|
||||
{
|
||||
public function doSomething();
|
||||
}
|
Reference in New Issue
Block a user