You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit testing a GLPi plugin is not really difficult, but it requires some basic work before.
FusionInventory plugin has unit tests, but the whole is based on ant, and I would prefer not to use this. formcreator also now have tests; maybe it would be interesting to take an eye on it.
For testing framework... Logically, we should use PHPUnit, as this is used in GLPi, even if I really would prefer to work with atoum.
The text was updated successfully, but these errors were encountered:
Unit testing a GLPi plugin is not really difficult, but it requires some basic work before.
FusionInventory plugin has unit tests, but the whole is based on
ant
, and I would prefer not to use this. formcreator also now have tests; maybe it would be interesting to take an eye on it.For testing framework... Logically, we should use PHPUnit, as this is used in GLPi, even if I really would prefer to work with atoum.
The text was updated successfully, but these errors were encountered: