phpmock\functions\FixedMicrotimeFunction::getTime PHP Method

getTime() public method

Returns the time without the microseconds.
public getTime ( ) : integer
return integer The time.
    public function getTime()
    {
        return (int) $this->getMicrotime(true);
    }