<?php
declare(strict_types=1);
namespace Shimmie2;
class XMLSitemapTest extends ShimmiePHPUnitTestCase
{
public function testBasic(): void
// check empty DB
@unlink(data_path("cache/sitemap.xml"));
$page = $this->get_page('sitemap.xml');
$this->assertEquals(200, $page->code);
$this->log_in_as_user();
$this->post_image("tests/pbx_screenshot.jpg", "pbx computer screenshot");
// check DB with one image
// check caching
}