From ed694b09b0218cef38168a131226caad92be9ab9 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 8 Feb 2024 11:34:13 +0100 Subject: [PATCH] :bulb: Update test PHPDoc --- .../integration-tests/DictionariesConsistencyTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php b/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php index b5aaa35b2..0c66f5cb5 100644 --- a/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php +++ b/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php @@ -19,8 +19,10 @@ use Combodo\iTop\Test\UnitTest\ItopTestCase; /** - * Wrapper to load dictionnary files without altering the main dictionnary + * Wrapper to load dictionary files without altering the main dictionary * Eval will be called within the current namespace (this is done by adding a "namespace" statement) + * + * @since 3.0.4 3.1.1 3.2.0 Optimize PHPUnit tests process time */ class Dict { @@ -28,6 +30,7 @@ class Dict { } } + /** * @group beforeSetup */