We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630411f commit f00515eCopy full SHA for f00515e
1 file changed
tests/ext_test.php
@@ -33,7 +33,7 @@ public function test_enable()
33
$this->extension_manager->enable(self::TEAM_SECURITY);
34
35
// Assert it's enabled
36
- $this->assertEquals([self::TEAM_SECURITY], array_keys($this->extension_manager->all_enabled()));
+ $this->assertEquals([self::TEAM_SECURITY], array_keys($this->create_extension_manager()->all_enabled()));
37
$this->assertEquals([self::TEAM_SECURITY], array_keys($this->extension_manager->all_configured()));
38
}
39
0 commit comments