diff --git a/tests/VocabularyConfigTest.php b/tests/VocabularyConfigTest.php index be0bc46a..3d159019 100644 --- a/tests/VocabularyConfigTest.php +++ b/tests/VocabularyConfigTest.php @@ -17,8 +17,6 @@ protected function setUp(): void setlocale(LC_ALL, 'en_GB.utf8'); $this->model = new Model('/../../tests/testconfig.ttl'); $this->assertNotNull($this->model->getVocabulary('test')->getConfig()->getPluginRegister(), "The PluginRegister of the model was not initialized!"); - - } /**