What tests should be performed for 7.x and 8.x? For example:

List all content types

  1. Verify that Article and Basic page are listed on the ENT admin page
  2. Create a new content type
  3. Verify that the new content type is listed on the ENT admin page

Exclude all nodes

  1. Enable exclusion of all articles
  2. Create an article node
  3. Verify title is excluded on node view page
  4. Create a page node
  5. Verify that title is not excluded on node view page

Exclude all nodes - view mode

  1. Enable exclusion of all articles for the Full content view mode
  2. Create an article node
  3. Verify title is excluded on node view page
  4. Verify title is not excluded on node teaser page
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

fizk created an issue. See original summary.

smustgrave’s picture

Title: Write SimpleTest tests » Add test coverage
Version: 8.x-1.x-dev » 2.0.x-dev
Priority: Normal » Major
smustgrave’s picture

Title: Add test coverage » Add test coverage for exclude all functionality
smustgrave’s picture

Issue summary: View changes

  • smustgrave committed 35c1ed26 on 2.0.x
    Issue #2611596: Add test coverage for exclude all functionality
    
smustgrave’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.