Skip to content

Commit

Permalink
include mock explicitly since dev-auoload in root-only
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Feb 1, 2019
1 parent f773679 commit 4fe755d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utilities/bootstrap.php
Expand Up @@ -18,6 +18,7 @@ class_alias('\PHPUnit\Util\InvalidArgumentHelper', '\PHPUnit_Util_InvalidArgumen
}

require_once __DIR__ . '/testcase.php';
require_once __DIR__ . '/mock/sessioning.php';
require_once __DIR__ . '/helpers.php';

define('OPENPSA2_UNITTEST_RUN', true);
Expand Down

0 comments on commit 4fe755d

Please sign in to comment.