File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Limenet \LaravelElasticaBridge \Tests ;
4
4
5
- use Elastica \Client ;
6
5
use Elastica \Index ;
7
6
use Limenet \LaravelElasticaBridge \Tests \App \Elasticsearch \CustomerIndex ;
8
7
@@ -22,7 +21,7 @@ public function raw_index()
22
21
$ index = $ this ->customerIndex ->getElasticaIndex ();
23
22
24
23
$ this ->assertInstanceOf (Index::class, $ index );
25
- $ this ->assertSame ($ this ->customerIndex ->getName (),$ index ->getName ());
24
+ $ this ->assertSame ($ this ->customerIndex ->getName (), $ index ->getName ());
26
25
}
27
26
28
27
/** @test */
Original file line number Diff line number Diff line change 5
5
use Illuminate \Database \Eloquent \Factories \Factory ;
6
6
use Illuminate \Foundation \Testing \RefreshDatabase ;
7
7
use Limenet \LaravelElasticaBridge \LaravelElasticaBridgeServiceProvider ;
8
- use Limenet \LaravelElasticaBridge \Tests \App \Elasticsearch \CustomerIndex ;
9
8
use Limenet \LaravelElasticaBridge \Tests \Database \Seeders \DatabaseSeeder ;
10
9
use Orchestra \Testbench \TestCase as Orchestra ;
11
10
use SetupTables ;
You can’t perform that action at this time.
0 commit comments