We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7ba7c commit 503d68cCopy full SHA for 503d68c
tests/Unit/DataTransferObjects/FilterPillDataTest.php
@@ -147,7 +147,6 @@ public function test_can_get_custom_pill_blade()
147
$this->assertSame($dto->getCustomPillBlade(), $customPillBlade);
148
}
149
150
-
151
public function test_can_get_filter_pill_display_data_html()
152
{
153
$filterPillTitle = 'filterPillTitle';
@@ -181,5 +180,4 @@ public function test_can_get_filter_pill_display_data_non_html()
181
180
182
$this->assertSame($displayData->getAttributes(), $bag->getAttributes());
183
184
185
0 commit comments