function PanelsEverywhereTermEditTestCase::testSearchWithoutPanels in Panels Everywhere 7
Confirm that the search form works from a term-add page without Panels.
File
- tests/
PanelsEverywhereTermEditTestCase.test, line 42 - Confirm the term_edit Panels page works correctly with Panels Everywhere.
Class
- PanelsEverywhereTermEditTestCase
- @file Confirm the term_edit Panels page works correctly with Panels Everywhere.
Code
function testSearchWithoutPanels() {
// Enable PE for use on Bartik.
$this
->enableBartik();
// Confirm that the search functionality works.
$this
->checkSearch('admin/structure/taxonomy/tags/add');
}