Merge pull request #51 from FinesseRus/patch-1
[plcapi.git] / tests /
2016-06-26 gggeekFix test for i8 4.1.0
2016-06-26 gggeekAdd support for i8
2016-03-27 gggeekFix for issue #33: excessive usage of numeric charset... 4.0.1
2016-01-20 gggeekAdd basic test for arrayaccess and countable 4.0.0
2015-07-12 Gaetano GiuntaMerge pull request #27 from gggeek/php53 4.0.0-alpha
2015-07-12 gggeekAdd a benchmark to see if the new api for Value is...
2015-07-12 gggeekFix failing tests: charsets mixing up w.keepalives
2015-07-12 gggeekOne more character-set related test
2015-07-12 gggeekAllow easier configuration to detect exotic charsets...
2015-07-12 gggeek3rd time is a charm?
2015-07-11 gggeek2nd try at test stabilization
2015-07-11 gggeekTry to stabilize recently introduced test
2015-06-07 gggeekAdd a test for receiving requests which use non-utf8...
2015-06-07 gggeekMinor cleanup in variable names
2015-05-30 gggeekmake parsingbugstests executable on their own
2015-05-30 gggeekadd test for debug messages set into the server by...
2015-05-30 gggeektwo fixes for 'load method synopsis' action in the...
2015-05-24 gggeekAdd one more test for wrapped php functions: preserve...
2015-05-23 gggeekAdd test for the method signature of wrapped functions
2015-05-23 gggeektest exceptions thrown in wrapped code; make testsuite...
2015-05-23 gggeekAdd a test for wrapping closures
2015-05-23 gggeekAdd one more test for wrap_method; add some comments...
2015-05-15 gggeekFix wrap_php_class(); add more tests for wrapping
2015-05-12 gggeekRefactor demo files (client side): remove redundant...
2015-05-06 gggeekRefactor the Wrapper class to generate closures by...
2015-05-02 gggeekAdd a test for registering anonymous functions in the...
2015-04-19 gggeekSet default internal charset to UTF8 and change tests...
2015-04-18 gggeekfix: the client can now successfully call methods using...
2015-04-14 gggeekMake charset-related tests more friendly to hhvm; stric...
2015-04-14 gggeekImprove the way test suite reports error messages at...
2015-04-12 gggeekConsistent with server, at debug level 1, request will...
2015-04-12 gggeekMinor fix in one charset-related test
2015-04-12 gggeekMake latin-1 tests more ide-proof
2015-04-11 gggeekPRS-2 formatting: else and braces
2015-04-11 gggeekOne more test dealing with latin-1
2015-04-11 gggeekAdd test for latest fixes and update NEWS
2015-04-07 gggeekAdd a new test for verify_compat.php, refactor some...
2015-04-03 gggeekTry fixing test case for hhvm
2015-03-29 gggeekAdd one more test of the debugger
2015-03-29 gggeekFix 2 tests
2015-03-29 gggeekMove debugger to new api and add basic unit tests for it
2015-03-29 gggeekStricter tests for demo files
2015-03-27 gggeekAdd tests for the demo files not to have fatal errors
2015-03-22 gggeekWhen using phpunit to generate code coverage, take...
2015-03-21 gggeekSet executable bit on shell scripts
2015-03-21 gggeekReorganize travis scripts for clarity
2015-03-21 gggeekAllow the tests to use a version of SSL which should...
2015-03-21 gggeekFix (hopefully) the Travis tests using https for localhost
2015-03-21 gggeekone more
2015-03-21 gggeekOne more travis https test
2015-03-21 gggeekTry using localhost for https tests on Travis
2015-03-20 gggeekRename the test files to insure a better test execution...
2015-03-20 gggeekAlternative take on last fix
2015-03-20 gggeekTry fixing Travis/php7
2015-03-20 gggeekOne more travis fix
2015-03-20 gggeekDisplay apache logs in travis console
2015-03-20 gggeekFix travis?
2015-03-20 gggeekMore playing around with travis
2015-03-20 gggeekFix tests for linux (broken with multitests inclusion)
2015-03-20 gggeekFix once more executable bit for travis scripts
2015-03-20 gggeekReplace nginx with privoxy for travis testing
2015-03-20 gggeekAdd the multiTest suite; minor test fixes
2015-03-20 gggeekOne more fix for travis
2015-03-19 gggeekFix executable fix for travis scripts
2015-03-19 gggeekAdd proxy setup for travis tests
2015-03-19 gggeekMove travis config in a subdir of tests; enable debug...
2015-03-16 gggeekFix (hopefully) one test case for HHVM
2015-03-15 gggeekFix one test failing with php 5.5 fcgi
2015-02-21 gggeekFix one testcase apparently broken by automatic formatt...
2015-02-21 gggeekMove license file inside the lib and away from sf.net
2015-02-21 gggeekWelcome 2015
2015-02-21 gggeekReformat source code: tests
2015-01-11 gggeekFix localhostTest
2015-01-11 gggeekMove benchmark script to the new API
2014-12-16 gggeekWIP - more bugfixes and start of testsuite reimplementation