Skip to content

Commit 3052914

Browse files
committed
viewsDir string type
1 parent b4d07f4 commit 3052914

3 files changed

Lines changed: 3 additions & 18 deletions

File tree

tests/system/View/DecoratorsTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@
2727
final class DecoratorsTest extends CIUnitTestCase
2828
{
2929
private FileLocator $loader;
30-
31-
/**
32-
* @var string
33-
*/
34-
private $viewsDir;
35-
30+
private string $viewsDir;
3631
private $config;
3732

3833
protected function setUp(): void

tests/system/View/ParserFilterTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@
2424
final class ParserFilterTest extends CIUnitTestCase
2525
{
2626
private FileLocator $loader;
27-
28-
/**
29-
* @var string
30-
*/
31-
private $viewsDir;
32-
27+
private string $viewsDir;
3328
private View $config;
3429

3530
protected function setUp(): void

tests/system/View/ViewTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
final class ViewTest extends CIUnitTestCase
2727
{
2828
private FileLocator $loader;
29-
30-
/**
31-
* @var string
32-
*/
33-
private $viewsDir;
34-
29+
private string $viewsDir;
3530
private \Config\View $config;
3631

3732
protected function setUp(): void

0 commit comments

Comments
 (0)