You are here

public function ContentReportCase::setUp in Site Audit 8.2

Sets up the environment for this test.

File

tests/contentReportTest.php, line 21
Contains /site_audit/tests/ContentReportCase.

Class

ContentReportCase
Class ContentReportCase.

Namespace

Unish

Code

public function setUp() {
  $this
    ->setUpSiteAuditTestEnvironment();
}