mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
💡 Update test PHPDoc
This commit is contained in:
@@ -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)
|
* 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
|
class Dict
|
||||||
{
|
{
|
||||||
@@ -28,6 +30,7 @@ class Dict
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @group beforeSetup
|
* @group beforeSetup
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user