From 44b0fc572951ac1e7ff0c1d4cb2702112b105b76 Mon Sep 17 00:00:00 2001 From: resu-xuniL Date: Sun, 24 May 2026 18:26:01 +0200 Subject: [PATCH] Fix typo (in phpunit test) --- exercises/concept/windowing-system/ProgramWindowTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/windowing-system/ProgramWindowTest.php b/exercises/concept/windowing-system/ProgramWindowTest.php index 90aabbee..2dd0b54e 100644 --- a/exercises/concept/windowing-system/ProgramWindowTest.php +++ b/exercises/concept/windowing-system/ProgramWindowTest.php @@ -80,7 +80,7 @@ public function testHasConstructorSettingInitialValues() /** * @task_id 3 */ - #[TestDox('assert Position class exists, with constructor, properties')] + #[TestDox('assert Size class exists, with constructor, properties')] public function testSizeHasConstructorSettingInitialValues() { $size = new Size(300, 700);