You are here

public function BestPracticesReportCase::setUp in Site Audit 8.2

Sets up the environment for this test.

File

tests/bestPracticesReportTest.php, line 21
Contains /site_audit/tests/BestPracticesReportCase.

Class

BestPracticesReportCase
Class BestPracticesReportCase.

Namespace

Unish

Code

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