Skip to content
Snippets Groups Projects
Commit 6cd611ad authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix rebase-issue

parent e46918dd
No related branches found
No related tags found
No related merge requests found
......@@ -45,13 +45,7 @@ class CardinalitySingleTest extends TestCase
protected function setUp(): void
{
Configuration::loadFromArray([], '[ARRAY]', 'simplesaml');
<<<<<<< HEAD
$this->httpUtils = $this->getMockBuilder(Utils\HTTP::class)
->setMethods(['redirectTrustedURL'])
->getMock();
=======
$this->httpUtils = $this->createStub(Utils\HTTP::class);
>>>>>>> d7b3e17e7 (Fix unit tests)
}
......
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