Skip to content

Commit b892c01

Browse files
authored
Merge pull request #38 from gruenspar/fix-unittests
Fix unittests
2 parents 3f81866 + 283d717 commit b892c01

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/code/community/FireGento/AdminMonitoring/Test/Block/Adminhtml/History.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @group FireGento_AdminMonitoring
2626
*/
27-
class FireGento_AdminMonitoring_Test_Block_Adminhtml_History extends EcomDev_PHPUnit_Test_Case
27+
class FireGento_AdminMonitoring_Test_Block_Adminhtml_History extends EcomDev_PHPUnit_Test_Case_Controller
2828
{
2929
/**
3030
* @var FireGento_AdminMonitoring_Block_Adminhtml_History

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)