Skip to content
Snippets Groups Projects
Unverified Commit f26901b4 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix case

parent 9d8f0194
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
namespace SimpleSAML\Test\Module\core\Auth\Process;
use SimpleSAML\Error\Exception as SspException;
use SimpleSAML\Utils\HTTPAdapter;
use SimpleSAML\Utils\HttpAdapter;
/**
* Test for the core:Cardinality filter.
......@@ -41,7 +41,7 @@ class CardinalityTest extends \PHPUnit\Framework\TestCase
protected function setUp()
{
\SimpleSAML\Configuration::loadFromArray([], '[ARRAY]', 'simplesaml');
$this->http = $this->getMockBuilder(HTTPAdapter::class)
$this->http = $this->getMockBuilder(HttpAdapter::class)
->setMethods(['redirectTrustedURL'])
->getMock();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment