Skip to content

Commit

Permalink
Removed this FIXME, it looks like the test tests now passes on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 10, 2014
1 parent eeadc47 commit 344e600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/PHPUnit/Integration/JsProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ function testPiwikPhp()
$responseInfo = curl_getinfo($curlHandle);
curl_close($curlHandle);

// FIXME
$this->markTestSkipped('skipped test as it started failing on travis (works locally) - response was ' . var_export($responseInfo, true));

$this->assertEquals($responseInfo["http_code"], 200, 'Ok response');
$expected = "R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==";
$processed = base64_encode($fullResponse);
Expand Down

0 comments on commit 344e600

Please sign in to comment.