Skip to content

Commit

Permalink
phpunit debugging on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Apr 30, 2017
1 parent d23ed18 commit 8bbfdb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/RobBrazier/Piwik/Module/LiveModuleTest.php
Expand Up @@ -127,6 +127,7 @@ public function testGetLastVisitsParsedXml() {
include(__DIR__ . '/resources/Live.getLastVisitsDetails.xml');
$contents = ob_get_contents();
ob_end_clean();
print_r($contents);
$loader = new XmlLoader();
$this->expectedResponse = simplexml_import_dom($loader->loadXml($contents));
$format = "xml";
Expand Down

0 comments on commit 8bbfdb9

Please sign in to comment.