Skip to content

Commit ab406c5

Browse files
authored
Merge pull request #869 from GlebkaF/patch-1
Fix typo: Bbefore -> Before
2 parents b123c21 + 6956f61 commit ab406c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/AdvancedUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ class PageCest
318318

319319
## Before/After Attributes
320320

321-
You can control execution flow with `#[Bbefore]` and `#[After]` attributes. You may move common actions
321+
You can control execution flow with `#[Before]` and `#[After]` attributes. You may move common actions
322322
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.
323+
It is possible to invoke several methods by using more than one `#[Before]` or `#[After]` attribute.
324324
Methods are invoked in order from top to bottom.
325325

326326
```php

0 commit comments

Comments
 (0)