Skip to content

Commit 65ffa49

Browse files
committed
Remove note that DataProvider attribute is not supported in unit tests
1 parent 6494540 commit 65ffa49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guides/07-AdvancedUsage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ class PageCest
319319

320320
```
321321

322-
> `DataProvider` attribute is **not available** for [unit tests](https://codeception.com/docs/05-UnitTests). Use [Data Providers from PHPUnit](https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html?highlight=data%20provider#data-providers) to implement them.
323-
324322
## Before/After Attributes
325323

326324
You can control execution flow with `@before` and `@after` annotations. You may move common actions

0 commit comments

Comments
 (0)