Skip to content

Commit 8761cb7

Browse files
Add wrapper interface to bootstrap.php
1 parent 64142b9 commit 8761cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
// Load our wrapper class to get around login() being declared protected in SQL.php
10+
require_once($projectRoot . '/tests/src/Auth/Source/WrapperInterface.php');
1011
require_once($projectRoot . '/tests/src/Auth/Source/SQLWrapper.php');
1112
require_once($projectRoot . '/tests/src/Auth/Source/SQL2Wrapper.php');
1213
require_once($projectRoot . '/tests/src/Auth/Source/SQL1CompatWrapper.php');

0 commit comments

Comments
 (0)