mirror of
https://gh.wpcy.net/https://github.com/bbpress/wp-cli-bbpress.git
synced 2026-05-02 14:05:00 +08:00
10 lines
294 B
Gherkin
10 lines
294 B
Gherkin
Feature: Manage bbPress Tools
|
|
|
|
Scenario: Testing bbPress tools commands
|
|
Given a bbPress install
|
|
|
|
When I run `wp bbp tool repair --type=topic-reply-count`
|
|
Then STDOUT should contain:
|
|
"""
|
|
Success: Counting the number of replies in each topic… Complete!
|
|
"""
|