Skip to content

Commit a77d351

Browse files
authored
Merge pull request #194 from kenjis/test-add-folders
test: add folders and move test files
2 parents 2b75964 + 431d938 commit a77d351

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

tests/Authentication/AccessTokenAuthenticatorTest.php renamed to tests/Authentication/Authenticators/AccessTokenAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Authentication;
3+
namespace Tests\Authentication\Authenticators;
44

55
use CodeIgniter\I18n\Time;
66
use CodeIgniter\Shield\Authentication\Authentication;

tests/Authentication/SessionAuthenticatorTest.php renamed to tests/Authentication/Authenticators/SessionAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Authentication;
3+
namespace Tests\Authentication\Authenticators;
44

55
use CodeIgniter\Shield\Authentication\Authentication;
66
use CodeIgniter\Shield\Authentication\AuthenticationException;

tests/Authentication/ChainFilterTest.php renamed to tests/Authentication/Filters/ChainFilterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php
22

3-
namespace Tests\Authentication;
3+
namespace Tests\Authentication\Filters;
44

55
use CodeIgniter\Config\Factories;
66
use CodeIgniter\Shield\Entities\AccessToken;
7-
use CodeIgniter\Shield\Entities\User;
87
use CodeIgniter\Shield\Filters\ChainAuth;
98
use CodeIgniter\Test\DatabaseTestTrait;
109
use CodeIgniter\Test\FeatureTestTrait;

tests/Authentication/SessionFilterTest.php renamed to tests/Authentication/Filters/SessionFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Authentication;
3+
namespace Tests\Authentication\Filters;
44

55
use CodeIgniter\Config\Factories;
66
use CodeIgniter\Shield\Filters\SessionAuth;

tests/Authentication/TokenFilterTest.php renamed to tests/Authentication/Filters/TokenFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tests\Authentication;
3+
namespace Tests\Authentication\Filters;
44

55
use CodeIgniter\Config\Factories;
66
use CodeIgniter\Shield\Entities\AccessToken;

0 commit comments

Comments
 (0)