From a66cb5e2329264834ede279a140b0e2f1b200f97 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sat, 4 Oct 2025 17:25:21 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- tests/cache/CursorChannelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],