Merge remote-tracking branch 'refs/remotes/origin/support/3.2' into develop

This commit is contained in:
Molkobain
2025-12-17 22:22:36 +01:00
4 changed files with 27 additions and 30 deletions

View File

@@ -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