From ca7d099144696065d455bd8f078f8bcdfd30234e Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Mon, 3 Jun 2013 14:45:03 +0200 Subject: [PATCH] Fix strict warning. --- tests/islandora_web_test_case.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/islandora_web_test_case.inc b/tests/islandora_web_test_case.inc index a39e9a45..de414c17 100644 --- a/tests/islandora_web_test_case.inc +++ b/tests/islandora_web_test_case.inc @@ -108,7 +108,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase { * * @see DrupalWebTestCase::drupalLogin() */ - protected function drupalLogin(stdClass &$account) { + protected function drupalLogin(stdClass $account) { if ($account->uid == $this->admin->uid) { // Create password for Drupal. $edit = array('pass' => user_password());