Skip to content

Commit

Permalink
Added missing updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelit committed Mar 2, 2022
1 parent ad6aa49 commit 5ce6c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/VocabularyConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public function testGetPluginParameters() {
public function testGetOrderedPlugins() {
$vocab = $this->model->getVocabulary('paramPluginTest');
$plugins = $vocab->getConfig()->getPluginArray();
$this->assertEquals(["plugin2", "Bravo", "imaginaryPlugin", "plugin1", "alpha", "charlie", "plugin3"], $plugins);
$this->assertEquals(["plugin2", "Bravo", "plugin1", "alpha", "charlie", "imaginaryPlugin", "plugin3"], $plugins);
}

/**
Expand Down

0 comments on commit 5ce6c74

Please sign in to comment.