Skip to content
Snippets Groups Projects
Commit b4eab5ab authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Debugging testbot failures.

parent ca278942
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment