Example #1
0
 /**
  * Make sure that superuser is able to delete the article.
  *
  * @depends testDeleteAccess
  */
 public function testDelete()
 {
     $article = new Article(self::$articleId);
     $article->verify($this);
     $article->delete()->verify($this);
 }