function PanelsEverywhereUserEditTestCase::testSearchWithoutPanels in Panels Everywhere 7
Confirm that the search form works from a user-edit page without Panels.
File
- tests/
PanelsEverywhereUserEditTestCase.test, line 39 - Confirm the user_edit Panels page works correctly with Panels Everywhere.
Class
- PanelsEverywhereUserEditTestCase
- @file Confirm the user_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('user/' . $this->adminUser->uid . '/edit');
}