2
0
forked from Wavyzz/dolibarr

Remove teardownafter, setup and teardown method in phpunit test

This commit is contained in:
Laurent Destailleur
2024-02-17 04:12:42 +01:00
parent f9f549ef26
commit 4bfbbff447
2 changed files with 2 additions and 42 deletions

View File

@@ -18,10 +18,10 @@
*/
/**
* \file test/phpunit/ActionCommTest.php
* \file test/phpunit/CommonClassTest.php
* \ingroup test
* \brief PHPUnit test
* \remarks To run this script as CLI: phpunit filename.php
* \remarks Class that extends all PHPunit tests. To share similare code between each test.
*/
global $conf,$user,$langs,$db;