Skip to content

Commit

Permalink
Merge pull request #8002 from kenjis/fix-ArrayHelperTest-namespace
Browse files Browse the repository at this point in the history
test: fix namespace in ArrayHelperTest
  • Loading branch information
kenjis authored Oct 10, 2023
2 parents 70c400c + 80057d7 commit 3e98e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

namespace CodeIgniter\Commands\Translation\LocalizationFinder;

/**
* @see \CodeIgniter\Commands\Translation\LocalizationFinder\ArrayHelperTest
*/
class ArrayHelper
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
* the LICENSE file that was distributed with this source code.
*/

namespace CodeIgniter\Commands\TranslationLocalizationFinder;
namespace CodeIgniter\Commands\Translation\LocalizationFinder;

use CodeIgniter\Commands\Translation\LocalizationFinder\ArrayHelper;
use CodeIgniter\Test\CIUnitTestCase;

/**
Expand Down

0 comments on commit 3e98e2b

Please sign in to comment.