We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b123c21 + 6956f61 commit ab406c5Copy full SHA for ab406c5
docs/AdvancedUsage.md
@@ -318,9 +318,9 @@ class PageCest
318
319
## Before/After Attributes
320
321
-You can control execution flow with `#[Bbefore]` and `#[After]` attributes. You may move common actions
+You can control execution flow with `#[Before]` and `#[After]` attributes. You may move common actions
322
into protected (non-test) methods and invoke them before or after the test method by putting them into attributes.
323
-It is possible to invoke several methods by using more than one `#[Bbefore]` or `#[After]` attribute.
+It is possible to invoke several methods by using more than one `#[Before]` or `#[After]` attribute.
324
Methods are invoked in order from top to bottom.
325
326
```php
0 commit comments