oauth2-server/tests/Grant
Marc Bennewitz 16f9de86f2 cleanup DateTime handline
* DateTime -> DateTimeImmutable
* DateTime::format('U') -> DateTime::getTimestamp()
* (new DateTime())->getTimestamp() -> time()
2018-11-08 12:45:18 +01:00
..
AbstractGrantTest.php cleanup DateTime handline 2018-11-08 12:45:18 +01:00
AuthCodeGrantTest.php cleanup DateTime handline 2018-11-08 12:45:18 +01:00
ClientCredentialsGrantTest.php cleanup DateTime handline 2018-11-08 12:45:18 +01:00
ImplicitGrantTest.php cleanup DateTime handline 2018-11-08 12:45:18 +01:00
PasswordGrantTest.php cleanup DateTime handline 2018-11-08 12:45:18 +01:00
RefreshTokenGrantTest.php cleanup DateTime handline 2018-11-08 12:45:18 +01:00