Skip to content

Commit 7ca6d29

Browse files
authored
Merge pull request #29 from RyanDaDeng/analysis-zebWJ9
Apply fixes from StyleCI
2 parents 7f1d1bf + ef168dd commit 7ca6d29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/ViewTest.php

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

5353
public function testView2()
@@ -79,6 +79,7 @@ public function testView2()
7979
$this->assertEquals(false, $data['inline']);
8080
$this->assertEquals('en', $data['language']);
8181
}
82+
8283
public function testView4()
8384
{
8485
// Create a stub for the SomeClass class.

0 commit comments

Comments
 (0)