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 +```