Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:24:59 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:25:05 +0400
commitc0ff5bd85a8c0fb8aa0bf1dd30a1394e0807ba43 (patch)
tree0ed4201e739e082dba57e19763b05ac501c02a66 /tests
parentc67890f358f71fa19d58eff3cc4ab8efa8e97bac (diff)
Investigating travis build failure... (67th commit)
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/BaseFixture.php1
-rw-r--r--tests/PHPUnit/phpunit.xml.dist2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/PHPUnit/BaseFixture.php b/tests/PHPUnit/BaseFixture.php
index e5f4684667..aa84e1b013 100644
--- a/tests/PHPUnit/BaseFixture.php
+++ b/tests/PHPUnit/BaseFixture.php
@@ -143,7 +143,6 @@ abstract class Test_Piwik_BaseFixture extends PHPUnit_Framework_Assert
*/
public static function checkResponse($response)
{
- echo "TRACKING RESPONSE: " . var_export($response, true)."\n";return;
$trans_gif_64 = "R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==";
$expectedResponse = base64_decode($trans_gif_64);
self::assertEquals($expectedResponse, $response, "Expected GIF beacon, got: <br/>\n"
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 2dcb0b82ec..622757f3b0 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -37,7 +37,7 @@
<directory>./Core</directory>
</testsuite>
<testsuite name="IntegrationTests">
- <file>./Integration/OneVisitorTwoVisitsTest.php</file>
+ <directory>./Integration</directory>
</testsuite>
</testsuites>