2009-08-03 18:35:32 +01:00
|
|
|
<?php
|
2015-08-09 12:14:28 +01:00
|
|
|
class XMLSitemapTest extends ShimmiePHPUnitTestCase {
|
2015-09-26 11:17:13 +01:00
|
|
|
public function testBasic() {
|
2009-08-03 18:35:32 +01:00
|
|
|
# this will implicitly check that there are no
|
|
|
|
# PHP-level error messages
|
|
|
|
$this->get_page('sitemap.xml');
|
|
|
|
}
|
|
|
|
}
|