File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function prepareBackgroundData()
62
62
*/
63
63
public function background ()
64
64
{
65
- if (self ::$ hasAction ){
65
+ if (self ::$ hasAction ) {
66
66
return ;
67
67
}
68
68
@@ -90,7 +90,6 @@ public function render($mappers = [])
90
90
);
91
91
}
92
92
93
-
94
93
/**
95
94
* @return mixed|string
96
95
*/
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ public function testView2()
58
58
$ this ->assertEquals ('en ' , $ data ['language ' ]);
59
59
}
60
60
61
-
62
61
public function testView3 ()
63
62
{
64
63
// Create a stub for the SomeClass class.
@@ -85,6 +84,5 @@ public function testView3()
85
84
$ service ->prepareViewData (['contact_us_id ' => 'contact_us ' ]);
86
85
$ background = $ service ->background ();
87
86
$ this ->assertEquals ('' , $ background );
88
-
89
87
}
90
88
}
You can’t perform that action at this time.
0 commit comments