File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2
2
namespace Authwave ;
3
3
4
4
use Gt \Http \Uri ;
5
- use Psr \Http \Message \UriInterface ;
6
5
7
6
class AuthUri extends Uri {
8
7
const DEFAULT_BASE_URI = "login.authwave.com " ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function testAuthUriHttps() {
22
22
);
23
23
}
24
24
25
- // All AuthUris MUST be served over HTTPS, with the one exception of localhost.
25
+ // All AuthUris MUST be served over HTTPS, with the one exception of localhost.
26
26
// But it should still default to HTTPS on localhost.
27
27
public function testGetAuthUriHostnameLocalhostHttpsByDefault () {
28
28
$ token = self ::createMock (Token::class);
Original file line number Diff line number Diff line change 3
3
4
4
use Authwave \Authenticator ;
5
5
use Authwave \AuthUri ;
6
- use Authwave \GlobalSessionContainer ;
7
6
use Authwave \RedirectHandler ;
8
7
use Authwave \SessionData ;
9
8
use Authwave \SessionNotStartedException ;
10
- use Authwave \Test \Helper \TestRedirectHandler ;
11
9
use Authwave \UserData ;
12
10
use PHPUnit \Framework \TestCase ;
13
11
use Psr \Http \Message \UriInterface ;
You can’t perform that action at this time.
0 commit comments