mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°6494 - Some tests are run twice, some never
This commit is contained in:
@@ -15,7 +15,7 @@ use PHPUnit\Exception;
|
||||
*
|
||||
* @package Combodo\iTop\Test\UnitTest\Setup
|
||||
*/
|
||||
class TestForITopDesignFormatClass extends ItopTestCase
|
||||
class iTopDesignFormatChecklistTest extends ItopTestCase
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
@@ -47,7 +47,7 @@ class TestForITopDesignFormatClass extends ItopTestCase
|
||||
$aErrors[] = "cannot retrieve itop_design datamodel version in $sDataModelFile:1";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
$aDatamodelCurrentVersions[$sVersion] = $sVersion;
|
||||
}
|
||||
}
|
||||
@@ -159,4 +159,4 @@ class TestForITopDesignFormatClass extends ItopTestCase
|
||||
}
|
||||
return $aDataModelFiles;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user