cconard96 / jamf

JAMF Plugin for GLPI
GNU General Public License v2.0
6 stars 5 forks source link

Replace Atoum with PHPUnit #114

Closed cconard96 closed 4 months ago

cconard96 commented 2 years ago

Replace Atoum with PHPUnit for tests.

Initially, a shim library will be used to allow running the existing Atoum tests in the PHPUnit engine so I don't have to work with the Atoum engine anymore. Next, tests will be fixed. Finally, the Atoum assertions will be changed to the native PHPUnit equivalents and the shim will be dropped and replaced with just PHPUnit. A GitHub action will also be added to automatically run the test suite for pull requests.

cconard96 commented 4 months ago

Replaced by #147