The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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
// Without SOAP functionality, we can't proceed:
if (!class_exists('SoapClient')) {
$this->markTestSkipped();
$this->markTestSkipped('SoapClient not installed');
}
$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