From b4eab5ab28c0396daf81c97920f5ce1e20780876 Mon Sep 17 00:00:00 2001 From: Chris Leppanen <chris.leppanen@gmail.com> Date: Fri, 10 Apr 2015 18:55:25 -0700 Subject: [PATCH] Debugging testbot failures. --- tests/feeds_parser_syndication.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/feeds_parser_syndication.test b/tests/feeds_parser_syndication.test index 784359ac..1d45ad9b 100644 --- a/tests/feeds_parser_syndication.test +++ b/tests/feeds_parser_syndication.test @@ -21,8 +21,6 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase { * Run tests. */ public function test() { - $this->createImporterConfiguration('Syndication', 'syndication'); - // Only download simplepie if the plugin doesn't already exist somewhere. // People running tests locally might have it. if (!feeds_simplepie_exists()) { @@ -32,6 +30,8 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase { $this->resetAll(); } + $this->createImporterConfiguration('Syndication', 'syndication'); + foreach (array('FeedsSyndicationParser', 'FeedsSimplePieParser') as $parser) { $this->setPlugin('syndication', $parser); foreach ($this->feedUrls() as $url => $assertions) { -- GitLab