Unit testing XenForo addons

Unit testing XenForo addons

Joined
Sep 11, 2021
Messages
6,521
Reaction score
3,251
Credits
$5,420
thanks to dear member @hargrave submitted a new resource:

Unit testing XenForo addons - The TestCase.php and CreatesApplication.php files have been updated in Unit Test Framework v2.1

Compatibilty

For XenForo v2.1 addons, you should use Unit Test Framework v1.x

For XenForo v2.2 addons, you should use Unit Test Framework v2.x

For XenForo v2.3 addons, you should use Unit Test Framework v3.x

Upgrading

Unit Test Framework v2.1


The TestCase.php and CreatesApplication.php files have been updated in Unit Test Framework v2.1 and you should edit these files in your addon unit test directory to merge in these changes.

Specifically, there is a new variable in...

Read more about this resource...
 
Top