szuru/tests/Support/Mockers/IMocker.php

7 lines
99 B
PHP
Raw Permalink Normal View History

<?php
interface IMocker
{
public function mockSingle();
public function mockMultiple($number);
}