From 460f27bfe7e5e4c34066da339173f00a006d5c44 Mon Sep 17 00:00:00 2001 From: Oussama Mater Date: Sun, 21 Apr 2024 20:58:33 +0100 Subject: [PATCH] Removed unnecessary assertion --- test-dependencies.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-dependencies.md b/test-dependencies.md index e650864..f9b5fd1 100644 --- a/test-dependencies.md +++ b/test-dependencies.md @@ -12,8 +12,6 @@ To address this issue, Pest offers the `depends()` method, which allows a "Child ```php test('parent', function () { expect(true)->toBeTrue(); - - $this->assertTrue(true); }); test('child', function () {