Skip to content

Commit 39903e6

Browse files
committed
style: run rector.
1 parent df4b7c6 commit 39903e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/View/TableTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ public static function orderedColumnUsecases(): iterable
822822
*/
823823
public function testGenerateTableWithHeadingContainFieldNamedData(): void
824824
{
825-
$table_template = [
825+
$tableTemplate = [
826826
'table_open' => '<table border="1" cellpadding="2" cellspacing="1">',
827827

828828
'thead_open' => '<thead>',
@@ -857,7 +857,7 @@ public function testGenerateTableWithHeadingContainFieldNamedData(): void
857857
'table_close' => '</table>',
858858
];
859859

860-
$table = new \CodeIgniter\View\Table($table_template);
860+
$table = new Table($tableTemplate);
861861
$table->setHeading([
862862
'codigo' => 'Codigo Orçamento',
863863
'data' => 'Data do Orçamento',

0 commit comments

Comments
 (0)