We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a143f1 commit fae3ad6Copy full SHA for fae3ad6
1 file changed
tests/system/View/ControlledCellTest.php
@@ -14,14 +14,14 @@
14
use CodeIgniter\Test\CIUnitTestCase;
15
use CodeIgniter\View\Exceptions\ViewException;
16
use Tests\Support\View\Cells\AdditionCell;
17
+use Tests\Support\View\Cells\AwesomeCell;
18
use Tests\Support\View\Cells\ColorsCell;
19
use Tests\Support\View\Cells\GreetingCell;
20
use Tests\Support\View\Cells\ListerCell;
21
use Tests\Support\View\Cells\MultiplierCell;
22
use Tests\Support\View\Cells\RenderedExtraDataNotice;
23
use Tests\Support\View\Cells\RenderedNotice;
24
use Tests\Support\View\Cells\SimpleNotice;
-use Tests\Support\View\Cells\AwesomeCell;
25
26
/**
27
* @internal
0 commit comments