Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Aug 21, 2020
1 parent c743152 commit 74c62e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,4 +59,4 @@ There similar replacements for most other template method:
```diff
- protected function assertPostConditions(): void
+ protected function legacyAssertPostConditions()
```
```

0 comments on commit 74c62e7

Please sign in to comment.