File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public function testView1()
46
46
$ service ->renderOne ('contact_us_id77 ' , 'contact_us ' );
47
47
$ service ->render (['contact_us_id88 ' => 'contact_us ' ]);
48
48
$ 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 ' ]);
51
51
}
52
52
53
53
public function testView2 ()
@@ -79,6 +79,7 @@ public function testView2()
79
79
$ this ->assertEquals (false , $ data ['inline ' ]);
80
80
$ this ->assertEquals ('en ' , $ data ['language ' ]);
81
81
}
82
+
82
83
public function testView4 ()
83
84
{
84
85
// Create a stub for the SomeClass class.
You can’t perform that action at this time.
0 commit comments