From b01ea0fa77bc11458d9ec952dd195c1ce9385ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kone=C4=8Dn=C3=BD?= Date: Sat, 21 Dec 2024 18:33:17 +0100 Subject: [PATCH] updated README --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 08febf50..1ee96f2b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ My Tester uses object-oriented style to define tests. Your classes with tests ha "5.4.1"])] #[Skip(["extension" => "abc"])] @@ -162,7 +162,7 @@ declare(strict_types=1); use MyTester\Attributes\Skip; -class Tests extends MyTester\TestCase +final class Tests extends MyTester\TestCase { public function testTestName(): void { @@ -180,7 +180,7 @@ If a test is not completely written yet, you can mark it as incomplete and it wi getByType(MyTester\Tester::class)->execute(); @@ -318,7 +319,7 @@ My Tester contains a few utilities that make testing Nette applications easier.