mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-07 15:33:56 +09:00
Add vendor and .env to make usable
This commit is contained in:
6
vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php
vendored
Normal file
6
vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
interface MockTestInterface
|
||||
{
|
||||
public function returnAnything();
|
||||
public function returnAnythingElse();
|
||||
}
|
||||
Reference in New Issue
Block a user