summaryrefslogtreecommitdiff
path: root/tests/php/phpt/class_obj
AgeCommit message (Collapse)Author
2015-11-05remove test framework, it never works, most of the bugs found by the test ↵Emiel Bruijntjes
framework turn out to be caused by errors in the tests instead of errors in the real code, people complain about it all the time, and basically this whole test framework causes more problems than it solves, solves issue #215 and solves issue #221
2014-04-06Changed the test php/phpt/class_obj/005-static-prop.phpt Included checking ↵valmat
the static properties: https://github.com/CopernicaMarketingSoftware/PHP-CPP/commit/ffdccb83d460791202bdb258dbb9106da877da3b
2014-03-28new test: Test class with static property and class constantvalmat
2014-03-28add test: 004-static-funct.phpt (Test class with static function)valmat
2014-03-28add test: class_obj/003-comparable.phptvalmat