- XF Compatibility
- 2.2.x
- Short Description
- For XenForo v2.1 and v2.2 addons, upgrade your unit test framework from Unit Test Framework v1.x to v2.x for seamless integration. Ensure you update TestCase.php and CreatesApplication.php files in your addon's unit test directory as per the new changes. Dive into the world of unit testing with PHPUnit for robust code development and maintenance.
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
Upgrading
v2.1
The TestCase.php and CreatesApplication.php files have been updated in v2.1 and you should...
For XenForo v2.2 addons, you should use Unit Test Framework v2.x
Upgrading
v2.1
The TestCase.php and CreatesApplication.php files have been updated in v2.1 and you should...
You do not have permission to view the full content of this resource.
Log in or register now.