Skip to content

Commit

Permalink
Remove obsolete failing test (fix firegento#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenpfeifer committed Jul 3, 2018
1 parent 7d07a7f commit 15f8e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -11,8 +11,8 @@
},
"repositories": [
{
"type": "composer",
"url": "https://packages.firegento.com"
"type": "vcs",
"url": "https://github.com/gruenspar/firegento-adminmonitoring"
}
],
"extra": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 15f8e66

Please sign in to comment.