From ecccf900e5a62a0e79092e288b4d4ddd91c89ea3 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 29 Oct 2014 14:42:59 -0400
Subject: [PATCH] More helpful skip message.

---
 .../tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php
index a3ddf6792b0..2fa4ce2ebe3 100644
--- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php
+++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php
@@ -62,7 +62,7 @@ class SymphonyTest extends \VuFindTest\Unit\TestCase
 
         // Without SOAP functionality, we can't proceed:
         if (!class_exists('SoapClient')) {
-            $this->markTestSkipped();
+            $this->markTestSkipped('SoapClient not installed');
         }
 
         $this->driver->setConfig(
-- 
GitLab