Skip to content

Commit fae3ad6

Browse files
committed
cs-fix
1 parent 4a143f1 commit fae3ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/View/ControlledCellTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
use CodeIgniter\Test\CIUnitTestCase;
1515
use CodeIgniter\View\Exceptions\ViewException;
1616
use Tests\Support\View\Cells\AdditionCell;
17+
use Tests\Support\View\Cells\AwesomeCell;
1718
use Tests\Support\View\Cells\ColorsCell;
1819
use Tests\Support\View\Cells\GreetingCell;
1920
use Tests\Support\View\Cells\ListerCell;
2021
use Tests\Support\View\Cells\MultiplierCell;
2122
use Tests\Support\View\Cells\RenderedExtraDataNotice;
2223
use Tests\Support\View\Cells\RenderedNotice;
2324
use Tests\Support\View\Cells\SimpleNotice;
24-
use Tests\Support\View\Cells\AwesomeCell;
2525

2626
/**
2727
* @internal

0 commit comments

Comments
 (0)