Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MockTestInterface.php « _fixture « tests « phpunit-mock-objects « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5f8f5f92f38cafda2c94178574b6996350255b8 (plain)
1
2
3
4
5
6
<?php
interface MockTestInterface
{
    public function returnAnything();
    public function returnAnythingElse();
}