N°1345 - Restrict unit test iTop community only as it is based on the standard DM (thanks @piRGoif)

This commit is contained in:
Molkobain
2023-06-09 17:55:39 +02:00
parent 2829068499
commit 4d6236cbea

View File

@@ -679,9 +679,21 @@ class DBObjectTest extends ItopDataTestCase
}
/**
* @covers \DBObject::EnumTransitions
* @group itop-community
*
* @covers \DBObject::EnumTransitions
* @dataProvider EnumTransitionsProvider
*
* @param string $sObjClass
* @param array $aObjData
* @param string|null $sObjCurrentState
* @param string $sSortType
* @param array $aExpectedSortedStimuli
*
* @return void
* @throws \ArchivedObjectException
* @throws \CoreException
* @throws \CoreUnexpectedValue
*/
public function testEnumTransitions(string $sObjClass, array $aObjData, ?string $sObjCurrentState, string $sSortType, array $aExpectedSortedStimuli): void
{