We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f81866 commit 5ea0e03Copy full SHA for 5ea0e03
1 file changed
src/app/code/community/FireGento/AdminMonitoring/Test/Config/Config.php
@@ -32,12 +32,10 @@ class FireGento_AdminMonitoring_Test_Config_Config extends EcomDev_PHPUnit_Test_
32
*/
33
public function globalConfig()
34
{
35
- $this->assertModuleVersion($this->expected('module')->getVersion());
36
$this->assertModuleCodePool($this->expected('module')->getCodePool());
37
38
$this->assertSetupResourceDefined();
39
$this->assertSetupResourceExists();
40
- $this->assertSetupScriptVersions();
41
42
$this->assertTableAlias('firegento_adminmonitoring/history', 'firegento_adminmonitoring_history');
43
}
0 commit comments