Ejemplo n.º 1
0
 /**
  * @test
  * it should clean the database between tests
  */
 public function it_should_clean_the_database_between_tests(WpmoduleTester $I)
 {
     $I->amOnPage('/');
     $I->dontSee('A post');
 }