mirror of
https://ghproxy.net/https://github.com/bbpress/wp-cli-bbpress.git
synced 2025-10-04 05:51:30 +08:00
Topic: Removing unused behat test
This commit is contained in:
parent
ade9f8ed5d
commit
e3d78d805b
1 changed files with 0 additions and 12 deletions
|
@ -65,24 +65,12 @@ Feature: Manage bbPress Topics
|
|||
Success: Topic {TOPIC_ID} successfully closed.
|
||||
"""
|
||||
|
||||
When I run `wp bbp topic close {TOPIC_ID}`
|
||||
Then STDOUT should contain:
|
||||
"""
|
||||
Error: Topic is already closed.
|
||||
"""
|
||||
|
||||
When I run `wp bbp topic open {TOPIC_ID}`
|
||||
Then STDOUT should contain:
|
||||
"""
|
||||
Success: Topic {TOPIC_ID} successfully opened.
|
||||
"""
|
||||
|
||||
When I run `wp bbp topic open {TOPIC_ID}`
|
||||
Then STDOUT should contain:
|
||||
"""
|
||||
Error: Topic is already opened.
|
||||
"""
|
||||
|
||||
When I run `wp bbp topic delete {TOPIC_ID} --yes`
|
||||
Then STDOUT should contain:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue