Skip to content

Commit e9f5eb2

Browse files
RyanDaDengStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 3c3d2de commit e9f5eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ViewTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public function testView1()
4646
$service->renderOne('contact_us_id', 'contact_us');
4747
$service->render(['contact_us_id1'=> 'contact_us']);
4848
$data = $service::$collection;
49-
$this->assertEquals('contact_us',$data['contact_us_id']);
50-
$this->assertEquals('contact_us',$data['contact_us_id1']);
49+
$this->assertEquals('contact_us', $data['contact_us_id']);
50+
$this->assertEquals('contact_us', $data['contact_us_id1']);
5151
}
5252

5353
public function testView2()

0 commit comments

Comments
 (0)