]> git.pld-linux.org Git - packages/php-pecl-solr.git/blob - tests.patch
d2db22d87e1f096a1f582cc629db05c80b93023f
[packages/php-pecl-solr.git] / tests.patch
1 --- php55-pecl-solr-2.1.0/tests/test.config.inc~        2015-01-17 17:40:05.000000000 +0200
2 +++ php55-pecl-solr-2.1.0/tests/test.config.inc 2015-05-14 16:13:44.177230625 +0300
3 @@ -1,6 +1,6 @@
4  <?php
5  
6 -define('SOLR_SERVER_CONFIGURED', true);
7 +define('SOLR_SERVER_CONFIGURED', !!getenv("SOLR_SERVER_CONFIGURED"));
8  
9  define('ROOT_DIRECTORY', dirname(__FILE__));
10  
This page took 0.043553 seconds and 2 git commands to generate.