File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,15 @@ public function test_can_use_wrapper(): void
9090 ->wrapperEnd ('</div> ' );
9191
9292 $ contents = self ::$ columnInstance ->getContents (Veterinary::find (1 ));
93- $ this ->assertSame ('<div class="start-of-wrapper"><a href="1">Cartman</a><a href="2">Tux</a></div> ' , $ contents ->toHtml ());
93+ $ this ->assertSame ('<div class="start-of-wrapper"><a href="1">Cartman</a><br />< a href="2">Tux</a></div> ' , $ contents ->toHtml ());
9494 }
9595
9696 public function test_can_use_wrapper_ul (): void
9797 {
9898 self ::$ columnInstance
9999 ->data (fn ($ value , $ row ) => ($ row ->pets ))
100100 ->outputFormat (fn ($ index , $ value ) => '<li><a href=" ' .$ value ->id .'"> ' .$ value ->name .'</a></li> ' )
101+ ->separator ("" )
101102 ->wrapperStart ('<ul class="start-of-wrapper"> ' )
102103 ->wrapperEnd ('</ul> ' );
103104
You can’t perform that action at this time.
0 commit comments