2020-01-26 13:19:35 +00:00
|
|
|
<?php declare(strict_types=1);
|
2019-05-28 17:59:38 +01:00
|
|
|
class HomeTest extends ShimmiePHPUnitTestCase
|
|
|
|
{
|
|
|
|
public function testHomePage()
|
|
|
|
{
|
|
|
|
$this->get_page('home');
|
2015-08-09 12:14:28 +01:00
|
|
|
|
2019-05-28 17:59:38 +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
|
|
|
|
2019-05-28 17:59:38 +01:00
|
|
|
# FIXME: test search box
|
|
|
|
}
|
2008-10-11 07:09:42 +00:00
|
|
|
}
|