PHP Class Cli\BasicOperationsCest

Show file Open project: lucatume/wp-browser

Public Methods

Method Description
_after ( ClimoduleTester $I )
_before ( ClimoduleTester $I )
it_should_allow_creating_a_post_in_the_word_press_installation ( ClimoduleTester $I )
it_should_allow_deleting_a_post_from_the_database ( ClimoduleTester $I )
it_should_allow_trashing_a_post ( ClimoduleTester $I )
it_should_allow_using_the_cli_method_in_a_test ( ClimoduleTester $I )

Method Details

_after() public method

public _after ( ClimoduleTester $I )
$I ClimoduleTester

_before() public method

public _before ( ClimoduleTester $I )
$I ClimoduleTester

it_should_allow_creating_a_post_in_the_word_press_installation() public method

public it_should_allow_creating_a_post_in_the_word_press_installation ( ClimoduleTester $I )
$I ClimoduleTester

it_should_allow_deleting_a_post_from_the_database() public method

public it_should_allow_deleting_a_post_from_the_database ( ClimoduleTester $I )
$I ClimoduleTester

it_should_allow_trashing_a_post() public method

public it_should_allow_trashing_a_post ( ClimoduleTester $I )
$I ClimoduleTester

it_should_allow_using_the_cli_method_in_a_test() public method

public it_should_allow_using_the_cli_method_in_a_test ( ClimoduleTester $I )
$I ClimoduleTester