You are here

public function WatchdogReportCase::setUp in Site Audit 8.2

Sets up the environment for this test.

File

tests/watchdogReportTest.php, line 21
Contains /site_audit/tests/WatchdogReportCase.

Class

WatchdogReportCase
Class WatchdogReportCase.

Namespace

Unish

Code

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