function PanelsEverywhereNodeEditTestCase::testSearchWithoutPanels in Panels Everywhere 7
Confirm that the search form works from a node-add page.
File
- tests/PanelsEverywhereNodeEditTestCase.test, line 42 
- Confirm the node_edit Panels page works correctly with Panels Everywhere.
Class
- PanelsEverywhereNodeEditTestCase
- @file Confirm the node_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('node/add/page');
}