diff --git a/tests/cache/CursorChannelTest.php b/tests/cache/CursorChannelTest.php index 63dd7c0..70e7343 100644 --- a/tests/cache/CursorChannelTest.php +++ b/tests/cache/CursorChannelTest.php @@ -3,7 +3,7 @@ namespace nulib\cache; use nulib\output\msg; -class CacheChannelTest extends _TestCase { +class CursorChannelTest extends _TestCase { const DATA = [ "fr" => ["a" => "un", "b" => "deux"], "eng" => ["a" => "one", "b" => "two"],