Skip to content

Commit f00515e

Browse files
authored
Update ext_test.php
1 parent 630411f commit f00515e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ext_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function test_enable()
3333
$this->extension_manager->enable(self::TEAM_SECURITY);
3434

3535
// Assert it's enabled
36-
$this->assertEquals([self::TEAM_SECURITY], array_keys($this->extension_manager->all_enabled()));
36+
$this->assertEquals([self::TEAM_SECURITY], array_keys($this->create_extension_manager()->all_enabled()));
3737
$this->assertEquals([self::TEAM_SECURITY], array_keys($this->extension_manager->all_configured()));
3838
}
3939

0 commit comments

Comments
 (0)