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
This issue includes adding a method for running unit tests on the code to make sure new functionality does not introduce bugs in existing functionality.
Overview
This issue includes adding a method for running unit tests on the code to make sure new functionality does not introduce bugs in existing functionality.
Description
Testing will be added using PHPUnit since it is the testing framework chosen by the core team.
A composer file will be added to handle managing required packages and defining scripts for testing.
Tasks
composer.json
.phpunit.xml
.The text was updated successfully, but these errors were encountered: