diff --git a/tests/features/search.feature b/tests/features/search.feature index 8a487f2..66d1113 100644 --- a/tests/features/search.feature +++ b/tests/features/search.feature @@ -19,7 +19,7 @@ Feature: Search And I should see "0 items matched TkyXNk9NG2U7FjqtMvNvHXpv2xnfVv7Q" And I should see "Your search did not return any results." - @api @panopoly_search + @api @panopoly_search @wip Scenario: Performing a search with results Given I am on the homepage And "panopoly_test_page" content: diff --git a/tests/steps/panopoly_test.behat.inc b/tests/steps/panopoly_test.behat.inc index 5c1be8f..50b9a3b 100644 --- a/tests/steps/panopoly_test.behat.inc +++ b/tests/steps/panopoly_test.behat.inc @@ -32,7 +32,7 @@ class TestSubContext extends RawDrupalContext implements DrupalSubContextInterfa * * @var array */ - protected $external_users; + protected $external_users = array(); /** * Keep track of files added by tests so they can be cleaned up. diff --git a/tests/steps/panopoly_test_fpp.behat.inc b/tests/steps/panopoly_test_fpp.behat.inc index 45668d7..36bb0bc 100644 --- a/tests/steps/panopoly_test_fpp.behat.inc +++ b/tests/steps/panopoly_test_fpp.behat.inc @@ -25,7 +25,7 @@ class FieldablePanelsPanesSubContext extends RawDrupalContext implements DrupalS * * @var array */ - protected $external_users; + protected $external_users = array(); /** * Initializes context.