File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ class AdminLoginTest extends UnitTest
1818{
1919 public function testAnnotations (): void
2020 {
21- $ reflection = new ReflectionClass (AdminLogin::class);
22- $ entity = $ reflection ->getAttributes (Entity::class);
23- $ table = $ reflection ->getAttributes (Table::class);
21+ $ reflection = new ReflectionClass (AdminLogin::class);
22+ $ entity = $ reflection ->getAttributes (Entity::class);
23+ $ table = $ reflection ->getAttributes (Table::class);
2424
2525 $ this ->assertNotEmpty ($ entity [0 ]);
2626 $ this ->assertNotEmpty ($ table [0 ]);
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ class AdminRoleTest extends UnitTest
1818{
1919 public function testAnnotations (): void
2020 {
21- $ reflection = new ReflectionClass (AdminRole::class);
22- $ entity = $ reflection ->getAttributes (Entity::class);
23- $ table = $ reflection ->getAttributes (Table::class);
21+ $ reflection = new ReflectionClass (AdminRole::class);
22+ $ entity = $ reflection ->getAttributes (Entity::class);
23+ $ table = $ reflection ->getAttributes (Table::class);
2424
2525 $ this ->assertNotEmpty ($ entity [0 ]);
2626 $ this ->assertNotEmpty ($ table [0 ]);
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ protected function setUp(): void
3838
3939 public function testAnnotations (): void
4040 {
41- $ reflection = new ReflectionClass (Admin::class);
42- $ entity = $ reflection ->getAttributes (Entity::class);
43- $ table = $ reflection ->getAttributes (Table::class);
41+ $ reflection = new ReflectionClass (Admin::class);
42+ $ entity = $ reflection ->getAttributes (Entity::class);
43+ $ table = $ reflection ->getAttributes (Table::class);
4444
4545 $ this ->assertNotEmpty ($ entity [0 ]);
4646 $ this ->assertNotEmpty ($ table [0 ]);
You can’t perform that action at this time.
0 commit comments