Skip to content
Snippets Groups Projects
Commit ecccf900 authored by Demian Katz's avatar Demian Katz
Browse files

More helpful skip message.

parent 3cdfd824
No related merge requests found
...@@ -62,7 +62,7 @@ class SymphonyTest extends \VuFindTest\Unit\TestCase ...@@ -62,7 +62,7 @@ class SymphonyTest extends \VuFindTest\Unit\TestCase
// Without SOAP functionality, we can't proceed: // Without SOAP functionality, we can't proceed:
if (!class_exists('SoapClient')) { if (!class_exists('SoapClient')) {
$this->markTestSkipped(); $this->markTestSkipped('SoapClient not installed');
} }
$this->driver->setConfig( $this->driver->setConfig(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment