Add a test for receiving requests which use non-utf8 encoding
[plcapi.git] / tests / 3LocalhostTest.php
2015-06-07 gggeekAdd a test for receiving requests which use non-utf8...
2015-06-07 gggeekMinor cleanup in variable names
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-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 gggeekMinor fix in one charset-related test
2015-04-11 gggeekPRS-2 formatting: else and braces
2015-04-11 gggeekOne more test dealing with latin-1
2015-03-22 gggeekWhen using phpunit to generate code coverage, take...
2015-03-21 gggeekFix (hopefully) the Travis tests using https for localhost
2015-03-20 gggeekRename the test files to insure a better test execution...