diff --git a/tests/php/includes/classes/FeatureTest.php b/tests/php/includes/classes/FeatureTest.php index ae94aa91e..ae7906def 100644 --- a/tests/php/includes/classes/FeatureTest.php +++ b/tests/php/includes/classes/FeatureTest.php @@ -18,18 +18,11 @@ class FeatureTest extends ElasticPress\Feature { */ public function __construct() { $this->slug = 'test'; + $this->title = 'Test'; $this->requires_install_reindex = true; - parent::__construct(); - } - /** - * Setup configuration for the feature. - * - * @return void - */ - public function pre_setup() { - $this->title = 'Test'; + parent::__construct(); } /**