function PanelsEverywhereBasicsTestCase::testSearch in Panels Everywhere 7
Ensure the search form loads correctly when PE is enabled for a theme.
File
- tests/
PanelsEverywhereBasicsTestCase.test, line 102 - Basic tests for the Panels Everywhere module.
Class
- PanelsEverywhereBasicsTestCase
- @file Basic tests for the Panels Everywhere module.
Code
function testSearch() {
// Enable PE for use on Bartik.
$this
->enableBartik();
// Check the search functionality from the front page.
$this
->checkSearch('<front>');
}