summaryrefslogtreecommitdiff
path: root/tests/cpp/include
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
2015-02-09fix test (fixes issue 167)Emiel Bruijntjes
2015-01-26fixed _NOEXCEPT macro for normal compilers, updated version number to force ↵Emiel Bruijntjes
recompile of extensions after we introduced the constants
2014-12-15Fixed issue #149valmat
2014-06-11donevalmat
2014-04-14Several tests on superglobals variablesvalmat
2014-04-14Several tests to check ini entriesvalmat
2014-04-14Separated class IniValue from class Inivalmat
Also replaced Ini::get() on ini_get() see https://github.com/CopernicaMarketingSoftware/PHP-CPP/issues/64#issuecomment-40313791
2014-04-13Class IniValue designed for extracting values from ini entriesvalmat
2014-04-08Ini entries emplemented (issues #64)valmat
2014-04-05add tests for HashMembervalmat
2014-03-29Fixed test: variables/003-value-typesvalmat
2014-03-28new test: Test class with static property and class constantvalmat
2014-03-28add test: 018-calling-php-functionsvalmat
2014-03-28add new tests: Test call functionvalmat
2014-03-28Changed the structure of the test file. With the increasing number of tests ↵valmat
the old structure became uncomfortable.
2014-03-28add test: 004-static-funct.phpt (Test class with static function)valmat
2014-03-28add test: class_obj/003-comparable.phptvalmat
2014-03-28add test variables/005-cast-objects-to-scalars.phptvalmat
2014-03-27add test: 007-Iterate-internal-array.phptvalmat
Iterate internal array
2014-03-27Fix test value-casting-operatorsvalmat
2014-03-27Added new tests.valmat
Due to support zts broke the ability to run tests without installation - fixed.
2014-03-18Unit tests. For description see ↵valmat
https://github.com/CopernicaMarketingSoftware/PHP-CPP/pull/25#issuecomment-37882236