mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-09-01 04:57:30 +00:00
Merge remote-tracking branch 'MasterOdin/patch-5'
This commit is contained in:
@@ -60,7 +60,7 @@ class TwoFactorAuthTest extends TestCase
|
||||
new \RobThree\Auth\Providers\Time\NTPTimeProvider(), // Uses pool.ntp.org by default
|
||||
//new \RobThree\Auth\Providers\Time\NTPTimeProvider('time.google.com'), // Somehow time.google.com and time.windows.com make travis timeout??
|
||||
new \RobThree\Auth\Providers\Time\HttpTimeProvider(), // Uses google.com by default
|
||||
new \RobThree\Auth\Providers\Time\HttpTimeProvider('https://github.com'),
|
||||
//new \RobThree\Auth\Providers\Time\HttpTimeProvider('https://github.com'), // github.com will periodically report times that are off by more than 5 sec
|
||||
new \RobThree\Auth\Providers\Time\HttpTimeProvider('https://yahoo.com'),
|
||||
));
|
||||
$this->noAssertionsMade();
|
||||
|
||||
Reference in New Issue
Block a user