From 4c6cf0c2049f911b5657e305a0522884b7f743d1 Mon Sep 17 00:00:00 2001 From: P3 Doweks Bot <11849561+kmotrebski@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:32:52 +0100 Subject: [PATCH] Mock --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index de46239..1d3c6ba 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,6 @@ final class ExampleTest extends TestCase ### Classical (Detroit school) - The unit is a single unit of behavior, it can be a few related classes. -- Every test should be isolated from others. So it must be possible to invoke them in parallel or in any order. ```php final class TestExample extends TestCase