1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/php7-pecl-solr/fix-tests.patch
2020-06-13 03:25:41 +00:00

11 lines
260 B
Diff

Summary: skip tests which require solr server
--- a/tests/test.config.inc
+++ b/tests/test.config.inc
@@ -1,6 +1,6 @@
<?php
-define('SOLR_SERVER_CONFIGURED', true);
+define('SOLR_SERVER_CONFIGURED', false);
define('ROOT_DIRECTORY', dirname(__FILE__));