mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-25 07:38:40 +00:00
fix class abstract
This commit is contained in:
parent
ff53814f43
commit
64aec26f95
|
|
@ -57,6 +57,11 @@ final class HeaderAbstractTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getRequestTime() : int
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user