mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
ci/testing work: categorize tests via phpunit @group tags
This commit is contained in:
@@ -37,6 +37,7 @@ use FunctionExpression;
|
||||
|
||||
|
||||
/**
|
||||
* @group itopStorageMgmt
|
||||
* Tests of the DBSearch class.
|
||||
* <ul>
|
||||
* <li>MakeGroupByQuery</li>
|
||||
@@ -62,6 +63,7 @@ class DBSearchTest extends ItopDataTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @group itopRequestMgmt
|
||||
* @dataProvider UReqProvider
|
||||
* @param $iOrgNb
|
||||
* @param $iPersonNb
|
||||
@@ -485,6 +487,7 @@ class DBSearchTest extends ItopDataTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @group itopRequestMgmt
|
||||
* @throws \MySQLException
|
||||
* @throws \OQLException
|
||||
*/
|
||||
@@ -660,6 +663,7 @@ class DBSearchTest extends ItopDataTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @group itopRequestMgmt
|
||||
* @throws \CoreException
|
||||
* @throws \MissingQueryArgument
|
||||
* @throws \MySQLException
|
||||
|
||||
Reference in New Issue
Block a user