browser search test
This commit is contained in:
parent
b39a0d7ede
commit
973da3cb0f
1 changed files with 8 additions and 0 deletions
8
contrib/browser_search/test.php
Normal file
8
contrib/browser_search/test.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
class BrowserSearchTest extends SCoreWebTestCase {
|
||||
function testBasic() {
|
||||
$this->get_page("browser_search/please_dont_use_this_tag_as_it_would_break_stuff__search.xml");
|
||||
$this->get_page("browser_search/test");
|
||||
}
|
||||
}
|
||||
?>
|
Reference in a new issue