Skip to content

Commit

Permalink
Apply php-cs-fixer and fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Nov 6, 2024
1 parent 1667587 commit 3309470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/Util/ArrayUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ public static function ksort(array $array, int $flags = SORT_REGULAR): array

return $copy;
}
}
}
7 changes: 0 additions & 7 deletions tests/Unit/DataTableBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -733,13 +733,6 @@ public function testGetDataTableResolvesExporters()
$this->assertEquals($expectedExporters, $dataTable->getExporters());
}

public function testGetDataTableInitializesDataTable()
{
$dataTable = $this->createBuilder()->getDataTable();

$this->assertTrue($this->getPrivatePropertyValue($dataTable, 'initialized'));
}

private function createBuilder(): DataTableBuilder
{
return new DataTableBuilder(
Expand Down

0 comments on commit 3309470

Please sign in to comment.