fembooru/ext/home/test.php

15 lines
353 B
PHP
Raw Normal View History

2020-01-26 13:19:35 +00:00
<?php declare(strict_types=1);
class HomeTest extends ShimmiePHPUnitTestCase
{
public function testHomePage()
{
$this->get_page('home');
2015-08-09 12:14:28 +01:00
// FIXME: this page doesn't use blocks; need assert_data_contains
//$this->assert_title('Shimmie');
//$this->assert_text('Shimmie');
2009-07-20 06:51:36 +01:00
# FIXME: test search box
}
}