mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
ci: fix with package
This commit is contained in:
@@ -77,7 +77,7 @@ class AnalyzeInstallationTest extends ItopTestCase
|
||||
'aInstalledModules' => json_decode(file_get_contents(__DIR__.'/ressources/priv_modules_simpleusecase.json'), true),
|
||||
'expected' => [
|
||||
'_Root_' => [
|
||||
'installed_version' => 'ITOP_VERSION_FULL',
|
||||
'installed_version' => '3.3.0-dev-svn',
|
||||
'available_version' => 'ITOP_VERSION_FULL',
|
||||
'name_code' => 'ITOP_APPLICATION',
|
||||
],
|
||||
@@ -127,7 +127,7 @@ class AnalyzeInstallationTest extends ItopTestCase
|
||||
'aInstalledModules' => json_decode(file_get_contents(__DIR__.'/ressources/priv_modules2.json'), true),
|
||||
'expected' => [
|
||||
'_Root_' => [
|
||||
'installed_version' => 'ITOP_VERSION_FULL',
|
||||
'installed_version' => '3.3.0-dev-svn',
|
||||
'available_version' => 'ITOP_VERSION_FULL',
|
||||
'name_code' => 'ITOP_APPLICATION',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user