mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend
This commit is contained in:
@@ -135,6 +135,8 @@ class ActionManagerTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$class = $this->reflection->invokeMethod('getObject');
|
||||
$this->assertInstanceOf('\Espo\Core\Upgrades\Actions\Upgrade\Uninstall', $class);
|
||||
|
||||
$class->run(array());
|
||||
}
|
||||
|
||||
public function testGetObjectUpgradeDelete()
|
||||
@@ -146,6 +148,8 @@ class ActionManagerTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$class = $this->reflection->invokeMethod('getObject');
|
||||
$this->assertInstanceOf('\Espo\Core\Upgrades\Actions\Upgrade\Delete', $class);
|
||||
|
||||
$class->run(array());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user