MyBB Community Forums

Full Version: PHPUnit Testing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's a fairly widely accepted standard for open source software these days that code is unit tested and the most popular and widely supported way of doing that in PHP is PHPUnit.

Have you guys considered writing unit tests for 2.0, or even in the past but rejected it for some reason?
2.0 will include uniting testing and linting.
(2013-01-24, 11:41 AM)Nathan Malcolm Wrote: [ -> ]2.0 will include uniting testing and linting.

Cool, will it be PHPUnit?

Little off-topic, but did you decide on a framework for 2.0 yet?
(2013-01-24, 11:46 AM)Nitrus Wrote: [ -> ]
(2013-01-24, 11:41 AM)Nathan Malcolm Wrote: [ -> ]2.0 will include uniting testing and linting.

Cool, will it be PHPUnit?

It's a possibility. We're not that far ahead in the development process to choose yet.

(2013-01-24, 11:46 AM)Nitrus Wrote: [ -> ]Little off-topic, but did you decide on a framework for 2.0 yet?

We're still looking in to them but we have some solid candidates.