From 74c62e74ae091957385325691ed8b6a3f934bced Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sat, 22 Aug 2020 00:40:46 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02d878a..45057c5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Then, where you had to use `setUp(): void` template method, use `legacySetUp()` + protected function legacySetUp() ``` -There similar replacements for most other template method: +There are similar replacements for most other template method: ```diff - public static function setUpBeforeClass(): void @@ -59,4 +59,4 @@ There similar replacements for most other template method: ```diff - protected function assertPostConditions(): void + protected function legacyAssertPostConditions() -``` \ No newline at end of file +```