From bb81a5c39315824aa6938dbb680cde2153ca1a48 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 16 Nov 2015 09:09:44 -0500
Subject: [PATCH] php-cs-fixer

---
 .../src/VuFindTest/Mink/RecordActionsTest.php                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php
index 4829192de58..d23db856591 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php
@@ -95,7 +95,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
         // TODO Rewrite for comment and login coming
         $this->findCss($page, '.record-tabs .usercomments')->click();
         $this->findCss($page, '.comment-form');
-        $this->assertEquals( // Can Comment?
+        $this->assertEquals(// Can Comment?
             'You must be logged in first',
             $this->findCss($page, 'form.comment-form .btn.btn-primary')->getValue()
         );
@@ -111,7 +111,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
         // Make sure page updated for login
         $page = $this->gotoRecord();
         $this->findCss($page, '.record-tabs .usercomments')->click();
-        $this->assertEquals( // Can Comment?
+        $this->assertEquals(// Can Comment?
             'Add your comment',
             $this->findCss($page, 'form.comment-form .btn.btn-primary')->getValue()
         );
-- 
GitLab