diff --git a/tests/PHPCensor/Security/Authentication/UserProvider/InternalTest.php b/tests/PHPCensor/Security/Authentication/UserProvider/InternalTest.php index 1f8acb98..a8984e9f 100644 --- a/tests/PHPCensor/Security/Authentication/UserProvider/InternalTest.php +++ b/tests/PHPCensor/Security/Authentication/UserProvider/InternalTest.php @@ -22,7 +22,9 @@ class InternalTest extends \PHPUnit_Framework_TestCase protected function setUp() { - $this->provider = new Internal("internal"); + $this->provider = new Internal('internal', [ + 'type' => 'internal', + ]); } /**