Skip to content

Commit 58c675b

Browse files
authored
correct the name of the default suite
Reported in: lucatume/wp-browser#111
1 parent abdc4ed commit 58c675b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

for/wordpress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ modules:
8080
The module is wrapping and augmenting the [WordPress Core automated testing suite](https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/) and to generate a test case that uses Codeception and the methods provided by the Core testing suite you can use the generation command provided by the package:
8181
8282
```bash
83-
codecept generate:wpunit integration "Acme\SomeClass"
83+
codecept generate:wpunit wpunit "Acme\SomeClass"
8484
```
8585

8686
The generated test case extends the `WPTestCase` class and it exposes all the mehtods defined by `Codeception\Test\Unit` test case and the Core suite `\WP_UnitTestCase`.

0 commit comments

Comments
 (0)