Blueprint changed by rejon: Whiteboard changed: Ok, PHPUnit is installed and everything ready. We just need tests for each class. -------- what is unit testing? I don't understand those geeky terms. I want development to be easier for normal people not advanced developers who understand what unit testing is -------- Unit test is a way to tell that everything in program is working. In most cases is a bunch if test that need to be true cases like asserts a = 10 b = 20 a + b == 30 - and if all test like this one is true then the whole program is correct and you have this kind of tests in all files - aka. Units. If you have this kind of tests you don't need to install application and check by hand everything you just run tests and you will see that it work or not and in which unit there is a bug. + + + ---- + + Yes bassel, please add this into a separate package or extension from + the old code. It existed! - Jon
-- Add Unit Testing to Aiki Core and Extensions https://blueprints.launchpad.net/aikiframework/+spec/unit-testing _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

