mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
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:
@@ -336,7 +336,6 @@ class DBSearchIntersectTest extends ItopTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider IntersectOptimizationProvider
|
||||
* @doesNotPerformAssertions
|
||||
*
|
||||
* @param string $sOQL
|
||||
* @param string $sResult
|
||||
|
||||
Reference in New Issue
Block a user