fembooru/ext/sitemap/test.php
2015-09-26 11:11:26 +01:00

10 lines
205 B
PHP

<?php
class XMLSitemapTest extends ShimmieWebTestCase {
public function testBasic() {
# this will implicitly check that there are no
# PHP-level error messages
$this->get_page('sitemap.xml');
}
}