[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/search=5Fengine/solr=3A=20Request=20=23=37=30=39=37=34?= =?UTF-8?Q?=3A
From:       Omar Shaban <omars () php ! net>
Date:       2015-11-28 18:45:15
Message-ID: php-mail-d4d775684188e5eb1a27b4ce4b5e59a11597140904 () git ! php ! net
[Download RAW message or body]

Commit:    8de0b95454c255f05d6ccd30d4e37093b959c425
Author:    Omar Shaban <omars@php.net>         Sat, 28 Nov 2015 20:45:15 +0200
Parents:   9d4239e5cf98cf7297eaaeca9c19ce2ea20191c7
Branches:  master

Link:       http://git.php.net/?p=pecl/search_engine/solr.git;a=commitdiff;h=8de0b95454c255f05d6ccd30d4e37093b959c425


Log:
Request #70974: Fix hasChildDocuments and getChildDocumentsCount tests

Bugs:
https://bugs.php.net/70974

Changed paths:
  M  tests/031.solrdocument_haschilddocuments.phpt
  M  tests/032.solrdocument_getchilddocscount.phpt


Diff:
diff --git a/tests/031.solrdocument_haschilddocuments.phpt \
b/tests/031.solrdocument_haschilddocuments.phpt index 8069639..dedffb9 100644
--- a/tests/031.solrdocument_haschilddocuments.phpt
+++ b/tests/031.solrdocument_haschilddocuments.phpt
@@ -8,7 +8,6 @@ require_once "bootstrap.inc";
 $fixtureXml = file_get_contents(EXAMPLE_RESPONSE_XML_2);
 
 $response = SolrUtils::digestXmlResponse($fixtureXml, SolrResponse::PARSE_SOLR_DOC);
-print_r($response);
 var_dump($response->response->docs[0]->hasChildDocuments());
 ?>
 --EXPECT--
diff --git a/tests/032.solrdocument_getchilddocscount.phpt \
b/tests/032.solrdocument_getchilddocscount.phpt index 91f21c1..6f020ae 100644
--- a/tests/032.solrdocument_getchilddocscount.phpt
+++ b/tests/032.solrdocument_getchilddocscount.phpt
@@ -8,7 +8,6 @@ require_once "bootstrap.inc";
 $fixtureXml = file_get_contents(EXAMPLE_RESPONSE_XML_2);
 
 $response = SolrUtils::digestXmlResponse($fixtureXml, SolrResponse::PARSE_SOLR_DOC);
-print_r($response);
 var_dump($response->response->docs[0]->getChildDocumentsCount());
 ?>
 --EXPECT--


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic