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

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

Tests exception for invalid argument in constructor.
public testConstructFailsForInvalidArgument ( $timestamp )
    public function testConstructFailsForInvalidArgument($timestamp)
    {
        new FixedMicrotimeFunction($timestamp);
    }