summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/tests/Client/ClientTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 12:23:35 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 12:23:44 +0100
commit04dc1076f13567549602802bbf8e931879174353 (patch)
tree490cab68e0d887e422246cd0351b309c3d9cdefa /vendor/fguillot/picofeed/tests/Client/ClientTest.php
parent4b6e528a5f0472624644bd812c19af55fea52080 (diff)
fix #734 and set a CSP on master
Diffstat (limited to 'vendor/fguillot/picofeed/tests/Client/ClientTest.php')
-rw-r--r--vendor/fguillot/picofeed/tests/Client/ClientTest.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/tests/Client/ClientTest.php b/vendor/fguillot/picofeed/tests/Client/ClientTest.php
index 3f094d04c..8eaa34690 100644
--- a/vendor/fguillot/picofeed/tests/Client/ClientTest.php
+++ b/vendor/fguillot/picofeed/tests/Client/ClientTest.php
@@ -18,6 +18,20 @@ class ClientTest extends PHPUnit_Framework_TestCase
$this->assertNotEmpty($client->getLastModified());
}
+// // disabled due to https://github.com/sebastianbergmann/phpunit/issues/1452
+// /**
+// * @runInSeparateProcess
+// */
+// public function testPassthrough()
+// {
+// $client = Client::getInstance();
+// $client->setUrl('http://miniflux.net/favicon.ico');
+// $client->enablePassthroughMode();
+// $client->execute();
+//
+// $this->expectOutputString('no_to_be_defined');
+// }
+
public function testCacheBothHaveToMatch()
{
$client = Client::getInstance();