function FeedAPI_Node_Tests::testFeedAPI_Node_Export_OPML in FeedAPI 5
Checks if the OPML export page is basically sane.
File
- feedapi_node/
tests/ feedapi_node.module.test, line 188
Class
- FeedAPI_Node_Tests
- Class for testing feedapi_node. It also tests FeedAPI and SimplePie parsers.
Code
function testFeedAPI_Node_Export_OPML() {
$this
->feedapi_user();
$this
->drupalGet('admin/content/feed/export_opml');
$this
->assertResponse(200, 'The export OPML path returns good status code.');
}