From 56d8c6cbe09fba1940487038a200115378373c40 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Fri, 19 Aug 2016 13:10:11 +1000 Subject: [PATCH] Fix a coding style issue --- tests/auth_plugin_test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auth_plugin_test.php b/tests/auth_plugin_test.php index 41f585c..5016d5f 100644 --- a/tests/auth_plugin_test.php +++ b/tests/auth_plugin_test.php @@ -395,7 +395,6 @@ class auth_plugin_userkey_testcase extends advanced_testcase { $this->auth->validate_form($form, $err); $this->assertFalse(array_key_exists('redirecturl', $err)); - $form->redirecturl = 'https://google.com'; $err = array(); $this->auth->validate_form($form, $err);