You are here

function PanelsEverywhereUserEditTestCase::testSearchWithPanels in Panels Everywhere 7

Confirm that the search form works from a Panels user-edit page.

File

tests/PanelsEverywhereUserEditTestCase.test, line 50
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 testSearchWithPanels() {

  // Enable PE for use on Bartik.
  $this
    ->enableBartik();

  // @todo Enable the Panels display.
  // Confirm that the search functionality works.
  $this
    ->checkSearch('user/' . $this->adminUser->uid . '/edit');
}