We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85f077 commit ee1fc17Copy full SHA for ee1fc17
src/Context/FeatureContext.php
@@ -28,8 +28,6 @@
28
29
/**
30
* Features context.
31
- *
32
- * @phpstan-ignore class.implementsDeprecatedInterface
33
*/
34
class FeatureContext implements Context {
35
@@ -803,7 +801,7 @@ public static function create_cache_dir(): string {
803
801
* Every scenario gets its own context object.
804
802
805
public function __construct() {
806
- $this->bootstrap_feature_context();
+ self::bootstrap_feature_context();
807
808
if ( getenv( 'WP_CLI_TEST_DBROOTUSER' ) ) {
809
$this->variables['DB_ROOT_USER'] = getenv( 'WP_CLI_TEST_DBROOTUSER' );
0 commit comments