You are here

function TaxonomyAccessTestCase::rebuild in Taxonomy Access Control 7

Submits the node access rebuild form.

File

./taxonomy_access.test, line 214
Automated tests for the Taxonomy Access Control module.

Class

TaxonomyAccessTestCase
Provides a base test class and helper methods for automated tests.

Code

function rebuild() {
  $this
    ->drupalPost('admin/reports/status/rebuild', array(), t('Rebuild permissions'));
  $this
    ->assertText(t('The content access permissions have been rebuilt.'));
}