Skip to content

Commit 76ba163

Browse files
authored
Merge pull request #2503 from yajra/analysis-Pxln9K
Apply fixes from StyleCI
2 parents 6b712f3 + 25ab405 commit 76ba163

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Integration/QueryDataTableTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Yajra\DataTables\DataTables;
1010
use Yajra\DataTables\Facades\DataTables as DatatablesFacade;
1111
use Yajra\DataTables\QueryDataTable;
12-
use Yajra\DataTables\Tests\TestCase;
1312
use Yajra\DataTables\Tests\Models\User;
13+
use Yajra\DataTables\Tests\TestCase;
1414

1515
class QueryDataTableTest extends TestCase
1616
{
@@ -239,11 +239,11 @@ public function it_returns_search_panes_options()
239239
'draw' => 0,
240240
'recordsTotal' => 20,
241241
'recordsFiltered' => 20,
242-
'searchPanes' => [
242+
'searchPanes' => [
243243
'options' => [
244-
'name' => []
244+
'name' => [],
245245
],
246-
]
246+
],
247247
]);
248248

249249
$options = $crawler->json()['searchPanes']['options'];

0 commit comments

Comments
 (0)