From 340fdbeb9c5e36a8dfa66c66bcfde42873f7c612 Mon Sep 17 00:00:00 2001 From: tmsperera Date: Sat, 22 Mar 2025 03:52:52 +0530 Subject: [PATCH] This commit will fail the test suit --- tests/Unit/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index e29cce1..cbb52b3 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -11,6 +11,6 @@ class ExampleTest extends TestCase */ public function test_that_true_is_true(): void { - $this->assertTrue(true); + $this->assertTrue(false); } }