diff --git a/test/core/DBSearchIntersectTest.php b/test/core/DBSearchIntersectTest.php index 44c609ab9..a4d4c4b5b 100644 --- a/test/core/DBSearchIntersectTest.php +++ b/test/core/DBSearchIntersectTest.php @@ -336,7 +336,6 @@ class DBSearchIntersectTest extends ItopTestCase /** * @dataProvider IntersectOptimizationProvider - * @doesNotPerformAssertions * * @param string $sOQL * @param string $sResult diff --git a/test/core/iTopConfigParserTest.php b/test/core/iTopConfigParserTest.php index 1669ea2af..924de9517 100644 --- a/test/core/iTopConfigParserTest.php +++ b/test/core/iTopConfigParserTest.php @@ -146,8 +146,6 @@ class iTopConfigParserTest extends ItopTestCase } /** - * @doesNotPerformAssertions - * * @throws \ConfigException * @throws \CoreException */ @@ -198,8 +196,6 @@ CONF; } /** - * @doesNotPerformAssertions - * * @throws \ConfigException * @throws \CoreException */