N°931: TagSet search unit tests

This commit is contained in:
Eric
2018-09-12 15:34:37 +02:00
parent 5ea056a3fc
commit 34b528b1f4
4 changed files with 83 additions and 60 deletions

View File

@@ -43,6 +43,7 @@ class SearchFormTest extends ItopDataTestCase
/**
* @dataProvider GetFieldsProvider
* @throws \OQLException
* @throws \CoreException
*/
public function testGetFields($sOQL)
{
@@ -74,6 +75,8 @@ class SearchFormTest extends ItopDataTestCase
* @param $sOQL
* @param $iOrCount
*
* @throws \CoreException
* @throws \MissingQueryArgument
*/
public function testGetCriterion($sOQL, $iOrCount)
{