mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°1345 - Restrict unit test iTop community only as it is based on the standard DM (thanks @piRGoif)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user