mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'refs/remotes/origin/support/3.2' into develop
This commit is contained in:
@@ -40,6 +40,9 @@ class DBBackupDataTest extends ItopDataTestCase
|
||||
if (file_exists(APPROOT.'/data/'.$this->GetTestEnvironment().'.delta.xml')) {
|
||||
$aExpectedFiles[] = $sTmpDir . '/' . 'delta.xml';
|
||||
}
|
||||
if (file_exists(APPROOT.'/data/'.$this->GetTestEnvironment().'-modules')) {
|
||||
$aExpectedFiles[] = $sTmpDir . '/' . $this->GetTestEnvironment() . '-modules';
|
||||
}
|
||||
foreach ($aExtraFiles as $sRelFile => $bExists) {
|
||||
if ($bExists) {
|
||||
$aExpectedFiles[] = $sTmpDir . '/' . $sRelFile;
|
||||
|
||||
Reference in New Issue
Block a user