This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/browser_search/test.php

9 lines
240 B
PHP
Raw Normal View History

2010-03-24 12:36:37 +00:00
<?php
2015-08-09 11:14:28 +00:00
class BrowserSearchTest extends ShimmiePHPUnitTestCase {
2015-09-26 10:17:13 +00:00
public function testBasic() {
2010-03-24 12:36:37 +00:00
$this->get_page("browser_search/please_dont_use_this_tag_as_it_would_break_stuff__search.xml");
$this->get_page("browser_search/test");
}
}