Commit facf9c4 1 parent eb4937d commit facf9c4 Copy full SHA for facf9c4
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Validator ;
6
6
7
- class IsoCodesValidatorTest extends \ TestCase
7
+ class IsoCodesValidatorTest extends TestCase
8
8
{
9
9
10
10
/**
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- abstract class TestCase extends Illuminate \Foundation \Testing \TestCase
3
+ namespace Pixelpeter \IsoCodesValidation ;
4
+
5
+ abstract class TestCase extends \Illuminate \Foundation \Testing \TestCase
4
6
{
5
7
/**
6
8
* The base URL to use while testing the application.
@@ -18,9 +20,9 @@ public function createApplication()
18
20
{
19
21
$ app = require __DIR__ .'/../vendor/laravel/laravel/bootstrap/app.php ' ;
20
22
21
- $ app ->register (Pixelpeter \IsoCodesValidation \IsoCodesValidationServiceProvider::class);
23
+ $ app ->register (\ Pixelpeter \IsoCodesValidation \IsoCodesValidationServiceProvider::class);
22
24
23
- $ app ->make (Illuminate \Contracts \Console \Kernel::class)->bootstrap ();
25
+ $ app ->make (\ Illuminate \Contracts \Console \Kernel::class)->bootstrap ();
24
26
25
27
return $ app ;
26
28
}
You can’t perform that action at this time.
0 commit comments