Skip to content

Commit 3e98e2b

Browse files
authored
Merge pull request #8002 from kenjis/fix-ArrayHelperTest-namespace
test: fix namespace in ArrayHelperTest
2 parents 70c400c + 80057d7 commit 3e98e2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

system/Commands/Translation/LocalizationFinder/ArrayHelper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
namespace CodeIgniter\Commands\Translation\LocalizationFinder;
1313

14+
/**
15+
* @see \CodeIgniter\Commands\Translation\LocalizationFinder\ArrayHelperTest
16+
*/
1417
class ArrayHelper
1518
{
1619
/**

tests/system/Commands/Translation/LocalizationFinder/ArrayHelperTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
namespace CodeIgniter\Commands\TranslationLocalizationFinder;
12+
namespace CodeIgniter\Commands\Translation\LocalizationFinder;
1313

14-
use CodeIgniter\Commands\Translation\LocalizationFinder\ArrayHelper;
1514
use CodeIgniter\Test\CIUnitTestCase;
1615

1716
/**

0 commit comments

Comments
 (0)