Skip to content

Commit 5ea0e03

Browse files
author
carstenpfeifer
committed
Remove obsolete failing test (fix #36).
1 parent 3f81866 commit 5ea0e03

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/app/code/community/FireGento/AdminMonitoring/Test/Config

src/app/code/community/FireGento/AdminMonitoring/Test/Config/Config.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ class FireGento_AdminMonitoring_Test_Config_Config extends EcomDev_PHPUnit_Test_
3232
*/
3333
public function globalConfig()
3434
{
35-
$this->assertModuleVersion($this->expected('module')->getVersion());
3635
$this->assertModuleCodePool($this->expected('module')->getCodePool());
3736

3837
$this->assertSetupResourceDefined();
3938
$this->assertSetupResourceExists();
40-
$this->assertSetupScriptVersions();
4139

4240
$this->assertTableAlias('firegento_adminmonitoring/history', 'firegento_adminmonitoring_history');
4341
}

0 commit comments

Comments
 (0)