Skip to content

Commit ba280be

Browse files
committed
Fix test with wrong namespace
1 parent 5d644e4 commit ba280be

20 files changed

Lines changed: 41 additions & 41 deletions

app/sprinkles/account/tests/Unit/HasherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Unit;
9+
namespace UserFrosting\Sprinkle\Account\Tests\Unit;
1010

1111
use UserFrosting\Sprinkle\Account\Authenticate\Hasher;
1212
use UserFrosting\Tests\TestCase;

app/sprinkles/account/tests/Unit/PDOStorageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Unit;
9+
namespace UserFrosting\Sprinkle\Account\Tests\Unit;
1010

1111
use Birke\Rememberme\Storage\StorageInterface;
1212
use Carbon\Carbon;

app/sprinkles/account/tests/Unit/RegistrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Unit;
9+
namespace UserFrosting\Sprinkle\Account\Tests\Unit;
1010

1111
use Mockery as m;
1212
use UserFrosting\Tests\TestCase;

app/sprinkles/admin/tests/Integration/AdminControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Sprinkle\Admin\Tests;
9+
namespace UserFrosting\Sprinkle\Admin\Tests\Integration;
1010

1111
use UserFrosting\Sprinkle\Account\Tests\withTestUser;
1212
use UserFrosting\Sprinkle\Admin\Controller\AdminController;

app/sprinkles/admin/tests/Integration/SprunjeTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Integration;
9+
namespace UserFrosting\Sprinkle\Admin\Tests\Integration;
1010

1111
use UserFrosting\Sprinkle\Admin\Sprunje\UserPermissionSprunje;
1212
use UserFrosting\Sprinkle\Core\Util\ClassMapper;

app/sprinkles/core/tests/Integration/BakeryMigrateCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Integration;
9+
namespace UserFrosting\Sprinkle\Core\Tests\Integration;
1010

1111
use Mockery as m;
1212
use Symfony\Component\Console\Application;

app/sprinkles/core/tests/Integration/BakeryMigrateRefreshCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Integration;
9+
namespace UserFrosting\Sprinkle\Core\Tests\Integration;
1010

1111
use Mockery as m;
1212
use Symfony\Component\Console\Application;

app/sprinkles/core/tests/Integration/BakeryMigrateResetCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Integration;
9+
namespace UserFrosting\Sprinkle\Core\Tests\Integration;
1010

1111
use Mockery as m;
1212
use Symfony\Component\Console\Application;

app/sprinkles/core/tests/Integration/BakeryMigrateRollbackCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Integration;
9+
namespace UserFrosting\Sprinkle\Core\Tests\Integration;
1010

1111
use Mockery as m;
1212
use Symfony\Component\Console\Application;

app/sprinkles/core/tests/Integration/BakeryMigrateStatusCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
77
*/
88

9-
namespace UserFrosting\Tests\Integration;
9+
namespace UserFrosting\Sprinkle\Core\Tests\Integration;
1010

1111
use Mockery as m;
1212
use Symfony\Component\Console\Application;

0 commit comments

Comments
 (0)