10 calls to ForumAccessTestCase::testForumAccessAllowed() in Forum Access 6
- ForumAccessTestCase::testForumAccessCreateComment in ./
forum_access.test - This function test if the user can create a comment Three steps: is there a create link, does the create comment page opens and can the new comment be saved
- ForumAccessTestCase::testForumAccessCreateReply in ./
forum_access.test - This function test if the user can create a reply on a comment Three steps: is there a create link, does the create reply page opens and can the new reply on a comment be saved
- ForumAccessTestCase::testForumAccessCreateTopic in ./
forum_access.test - This function test if the user can create a topic Three steps: is there a create link, does the create topic page opens and can the new topic be saved
- ForumAccessTestCase::testForumAccessDeleteComment in ./
forum_access.test - This function test if the user can delete a comment Three steps: is there a delete link, does the delete page opens and can the comment be deleted
- ForumAccessTestCase::testForumAccessDeleteTopic in ./
forum_access.test - This function test if the user can delete a topic Four steps: is there a edit link, does the edit page opens, is there a delete link on the edit page and can the topic be deleted
- ForumAccessTestCase::testForumAccessUpdateComment in ./
forum_access.test - This function test if the user can update a comment Three steps: is there a edit link, does the edit page opens and can the edited comment be saved
- ForumAccessTestCase::testForumAccessUpdateTopic in ./
forum_access.test - This function test if the user can update a topic Three steps: is there a edit link, does the edit page opens and can the edited topic be saved
- ForumAccessTestCase::testForumAccessViewComment in ./
forum_access.test - This function test if the user can view a certain comment
- ForumAccessTestCase::testForumAccessViewForum in ./
forum_access.test - This function test if the user can view a forum
- ForumAccessTestCase::testForumAccessViewTopic in ./
forum_access.test - This function test if the user can view a certain topic