Skip to content

Commit

Permalink
test: rename test classname
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 31, 2023
1 parent abb664e commit 629a1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/Helpers/Array/ArrayHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace CodeIgniter\Helpers\Array;

/**
* @see \CodeIgniter\Helpers\Array\ArrayHelperTest
* @see \CodeIgniter\Helpers\Array\ArrayHelperRecursiveDiffTest
*/
final class ArrayHelper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @internal
*/
final class ArrayHelperTest extends CIUnitTestCase
final class ArrayHelperRecursiveDiffTest extends CIUnitTestCase
{
private array $compareWith;

Expand Down

0 comments on commit 629a1c1

Please sign in to comment.