summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/tests/Client/ClientTest.php
diff options
context:
space:
mode:
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();