diff --git a/composer.json b/composer.json index 0b5afe8..a45fc2b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "firegento/adminmonitoring", + "name": "gruenspar/adminmonitoring", "license": ["GPL-3.0"], "type": "magento-module", "description": "The admin monitoring logs nearly every save and delete call in the backend. The is to generate an overview of the changes in the backend to know who changed certain things.", @@ -11,8 +11,8 @@ }, "repositories": [ { - "type": "composer", - "url": "https://packages.firegento.com" + "type": "vcs", + "url": "https://github.com/gruenspar/firegento-adminmonitoring" } ], "extra": { diff --git a/src/app/code/community/FireGento/AdminMonitoring/Test/Config/Config.php b/src/app/code/community/FireGento/AdminMonitoring/Test/Config/Config.php index 6744f20..efaf3f5 100644 --- a/src/app/code/community/FireGento/AdminMonitoring/Test/Config/Config.php +++ b/src/app/code/community/FireGento/AdminMonitoring/Test/Config/Config.php @@ -32,12 +32,10 @@ class FireGento_AdminMonitoring_Test_Config_Config extends EcomDev_PHPUnit_Test_ */ public function globalConfig() { - $this->assertModuleVersion($this->expected('module')->getVersion()); $this->assertModuleCodePool($this->expected('module')->getCodePool()); $this->assertSetupResourceDefined(); $this->assertSetupResourceExists(); - $this->assertSetupScriptVersions(); $this->assertTableAlias('firegento_adminmonitoring/history', 'firegento_adminmonitoring_history'); }