phpmock\functions\FixedMicrotimeFunctionTest::provideTestConstructFailsForInvalidArgument PHP Method

provideTestConstructFailsForInvalidArgument() public method

Returns test cases for testConstructFailsForInvalidArgument()
public provideTestConstructFailsForInvalidArgument ( ) : array
return array Test cases.
    public function provideTestConstructFailsForInvalidArgument()
    {
        return [[true], [new \stdClass()]];
    }