From a36114888e5b1b28e4f09db7312b9570a0162a28 Mon Sep 17 00:00:00 2001 From: mk-mxp <55182845+mk-mxp@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:58:30 +0200 Subject: [PATCH] Sync zebra puzzle (#700) [no important files changed] --- .../practice/zebra-puzzle/.meta/example.php | 22 ----------------- .../practice/zebra-puzzle/ZebraPuzzleTest.php | 24 ++----------------- 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/exercises/practice/zebra-puzzle/.meta/example.php b/exercises/practice/zebra-puzzle/.meta/example.php index 25bc6b51..1f1dba36 100644 --- a/exercises/practice/zebra-puzzle/.meta/example.php +++ b/exercises/practice/zebra-puzzle/.meta/example.php @@ -1,27 +1,5 @@ . - * - * To disable strict typing, comment out the directive below. - */ - declare(strict_types=1); class ZebraPuzzle diff --git a/exercises/practice/zebra-puzzle/ZebraPuzzleTest.php b/exercises/practice/zebra-puzzle/ZebraPuzzleTest.php index a3f8baaa..fabe74ea 100644 --- a/exercises/practice/zebra-puzzle/ZebraPuzzleTest.php +++ b/exercises/practice/zebra-puzzle/ZebraPuzzleTest.php @@ -1,27 +1,5 @@ . - * - * To disable strict typing, comment out the directive below. - */ - declare(strict_types=1); class ZebraPuzzleTest extends PHPUnit\Framework\TestCase @@ -40,6 +18,7 @@ public function setUp(): void /** * uuid: 16efb4e4-8ad7-4d5e-ba96-e5537b66fd42 + * @testdox Resident who drinks water */ public function testResidentWhoDrinksWater(): void { @@ -48,6 +27,7 @@ public function testResidentWhoDrinksWater(): void /** * uuid: 084d5b8b-24e2-40e6-b008-c800da8cd257 + * @testdox Resident who owns zebra */ public function testResidentWhoOwnsZebra(): void {