Fixed Security tests

This commit is contained in:
Dmitry Khomutov 2017-01-22 20:05:54 +07:00
parent 3cbf8bdb7c
commit 620a5edb7f
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -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',
]);
}
/**