summaryrefslogtreecommitdiff
path: root/tests/php
AgeCommit message (Collapse)Author
2014-06-11donevalmat
2014-04-14Several tests on superglobals variablesvalmat
2014-04-14Several tests to check ini entriesvalmat
2014-04-14fixed for 32-bit architecture OSvalmat
2014-04-13Class IniValue designed for extracting values from ini entriesvalmat
2014-04-09Merge branch 'master' into ini-mastervalmat
Conflicts: include/namespace.h zend/extensionimpl.cpp
2014-04-08Ini entries emplemented (issues #64)valmat
2014-04-06fixed testEmiel Bruijntjes
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-04-05add tests for HashMembervalmat
2014-03-29activated all tests, and slightly modified one test which has wrong expected ↵Emiel Bruijntjes
output in the test script
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-27Minor changes to allow the use to tests and extension `.phpt-`valmat
2014-03-27Added new tests.valmat
Due to support zts broke the ability to run tests without installation - fixed.
2014-03-21test was broken, real output was correct, expected output was wrongEmiel Bruijntjes
2014-03-21Small improvementsvalmat
Regained the ability to run the tests (script tests/test.sh) with option -m (Valgrind) added option -q (Quiet) Full range of options, see $ ./test.sh -h Some other improvements (see diff)
2014-03-19Fixed issues #46valmat
2014-03-18Cannot accidentally delete :)valmat
2014-03-18Unit tests. For description see ↵valmat
https://github.com/CopernicaMarketingSoftware/PHP-CPP/pull/25#issuecomment-37882236