phpmock\functions\FixedMicrotimeFunctionTest::provideTestConstructFailsForInvalidArgument PHP Метод

provideTestConstructFailsForInvalidArgument() публичный Метод

Returns test cases for testConstructFailsForInvalidArgument()
public provideTestConstructFailsForInvalidArgument ( ) : array
Результат array Test cases.
    public function provideTestConstructFailsForInvalidArgument()
    {
        return [[true], [new \stdClass()]];
    }