Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 24, 2025
1 parent 95be814 commit 5e7f99f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/php/includes/classes/FeatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ class FeatureTest extends ElasticPress\Feature {
*/
public function __construct() {
$this->slug = 'test';
$this->title = 'Test';
$this->requires_install_reindex = true;

Check failure on line 23 in tests/php/includes/classes/FeatureTest.php

View workflow job for this annotation

GitHub Actions / PHP Lint

Functions must not contain multiple empty lines in a row; found 2 empty lines
parent::__construct();
}

/**
* Setup configuration for the feature.
*
* @return void
*/
public function pre_setup() {
$this->title = 'Test';
parent::__construct();
}

/**
Expand Down

0 comments on commit 5e7f99f

Please sign in to comment.