N°3091 Update PHPUnit to 8.5 : remove doesNotPerformAssertions annotation

Modified tests :
- iTopConfigParsertest
- DBSearchIntersectTest::testIntersectOptimization

As expected this isn't working with PHPUnit 8.5
Why does it worked with previous PHPUnit 6 version ? Maybe this annotation wasn't handled yet ? The corresponding PHPUnit doc isn't available anymore...

Annotations doc for PHP 8.5 : https://phpunit.readthedocs.io/en/8.5/annotations.html#doesnotperformassertions
This commit is contained in:
Pierre Goiffon
2022-03-07 18:34:42 +01:00
parent ec143c43db
commit 163ba41e8d
2 changed files with 0 additions and 5 deletions

View File

@@ -336,7 +336,6 @@ class DBSearchIntersectTest extends ItopTestCase
/**
* @dataProvider IntersectOptimizationProvider
* @doesNotPerformAssertions
*
* @param string $sOQL
* @param string $sResult