Method |
Description |
|
addNewContentTypeTest ( AcceptanceTester $I ) |
Edit contenttypes.yml and add a 'Resources' Contenttype |
|
addNotFoundRecordTest ( AcceptanceTester $I ) |
Update the database after creating the Resources Contenttype |
|
canCreateEmptyShowcaseTest ( AcceptanceTester $I ) |
Check that admin user can create an empty showcase. |
|
checkChangeLogTest ( AcceptanceTester $I ) |
Check the we can use the change log |
|
checkSystemLogTest ( AcceptanceTester $I ) |
Check the we can use the system log |
|
clearCacheTest ( AcceptanceTester $I ) |
Clear the cache |
|
createAuthorTest ( AcceptanceTester $I ) |
Create a 'author' user with the 'author' role |
|
createDerpaderpTest ( AcceptanceTester $I ) |
Fail creating a user where password matches user and display names and email address is invalid. |
|
createDeveloperTest ( AcceptanceTester $I ) |
Create a 'developer' user with the 'developer' role |
|
createEditorTest ( AcceptanceTester $I ) |
Create a 'editor' user with the 'editor' role |
|
createLemmingsTest ( AcceptanceTester $I ) |
Create a 'Lemmings' user with the 'admin' role… until they cliff appears! |
|
createManagerTest ( AcceptanceTester $I ) |
Create a 'manager' user with the 'chief-editor' role |
|
editConfigTest ( AcceptanceTester $I ) |
Edit site config and set 'canonical', 'notfound' and 'changelog'. |
|
editMenuTest ( AcceptanceTester $I ) |
Edit the menu file |
|
editPermissionsTest ( AcceptanceTester $I ) |
Edit site permissions |
|
editRoutingTest ( AcceptanceTester $I ) |
Edit the routing file |
|
editTaxonomyTest ( AcceptanceTester $I ) |
Edit the taxonomy |
|
loginAdminUserTest ( AcceptanceTester $I ) |
Login the admin user |
|
logoutAdminUserTest ( AcceptanceTester $I ) |
Logout the admin user |
|
updateDatabaseTest ( AcceptanceTester $I ) |
Update the database after creating the Resources Contenttype |
|
viewAllContenttypesTest ( AcceptanceTester $I ) |
Check that admin user can view all content types |
|