@@ -191,11 +191,11 @@ public function testGetHTMLNoBar()
191191 ->andReturn ([['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]]);
192192
193193 $ data = [
194- 'title ' => 'Navigation ' ,
195- 'side ' => 'dropdown ' ,
194+ 'title ' => 'Navigation ' ,
195+ 'side ' => 'dropdown ' ,
196196 'inverse ' => true ,
197- 'main ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
198- 'bar ' => false ,
197+ 'main ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
198+ 'bar ' => false ,
199199 ];
200200
201201 $ navigation ->getView ()->shouldReceive ('make ' )->once ()
@@ -216,11 +216,11 @@ public function testGetHTMLEmptyBar()
216216 $ navigation ->shouldReceive ('getBar ' )->once ()->with ('default ' )->andReturn ([]);
217217
218218 $ data = [
219- 'title ' => 'Navigation ' ,
220- 'side ' => 'dropdown ' ,
219+ 'title ' => 'Navigation ' ,
220+ 'side ' => 'dropdown ' ,
221221 'inverse ' => true ,
222- 'main ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
223- 'bar ' => [],
222+ 'main ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
223+ 'bar ' => [],
224224 ];
225225
226226 $ navigation ->getView ()->shouldReceive ('make ' )->once ()
@@ -242,11 +242,11 @@ public function testGetHTMLWithBar()
242242 ->andReturn ([['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]]);
243243
244244 $ data = [
245- 'title ' => 'Navigation ' ,
246- 'side ' => 'dropdown ' ,
245+ 'title ' => 'Navigation ' ,
246+ 'side ' => 'dropdown ' ,
247247 'inverse ' => true ,
248- 'main ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
249- 'bar ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
248+ 'main ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
249+ 'bar ' => [['title ' => 'Test ' , 'url ' => 'http://laravel.com/test ' ]],
250250 ];
251251
252252 $ navigation ->getView ()->shouldReceive ('make ' )->once ()
0 commit comments