From d2dd5cca37e56d10359f596626ddf47e8f774f01 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 23 May 2018 13:16:38 +0000 Subject: [PATCH] Remove outdated comment --- tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php b/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php index 545093124..f22251508 100644 --- a/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php +++ b/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php @@ -102,8 +102,6 @@ class Test_Core_Auth_Process_ScopeFromAttribute extends TestCase /* * When the source attribute doesn't have a scope, a warning is emitted - * NOTE: currently disabled: this triggers a warning and a warning - * wants to start a session which we cannot do in phpunit. How to fix? */ public function testNoAt() { -- GitLab