diff --git a/tests/php-unit-tests/README.md b/tests/php-unit-tests/README.md index 4cc175be1..d098ddcc9 100644 --- a/tests/php-unit-tests/README.md +++ b/tests/php-unit-tests/README.md @@ -2,9 +2,6 @@ Documentation on creating and maintaining tests in iTop. - - - ## Prerequisites ### PHPUnit configuration file @@ -78,7 +75,8 @@ Example : $oTagData->DBDelete(); ``` -Warning : when the condition is met the test is finished and following code will be ignored ! +> [!WARNING] +> When the condition is met the test is finished and following code will be ignored ! Another way to do is using try/catch blocks, for example : ```php