You are here

public function UsersReportCase::setUp in Site Audit 8.2

Sets up the environment for this test.

File

tests/usersReportTest.php, line 21
Contains /site_audit/tests/UsersReportCase.

Class

UsersReportCase
Class UsersReportCase.

Namespace

Unish

Code

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