You are here

public function CronReportCase::setUp in Site Audit 8.2

Sets up the environment for this test.

File

tests/cronReportTest.php, line 21
Contains /site_audit/tests/CronReportCase.

Class

CronReportCase
Class CronReportCase.

Namespace

Unish

Code

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