| 0483f97f | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added multiby html_highlight tests FS#2440 |
| 1ea7a6ba | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
support CONNECT for tunneling SSL via HTTP proxies FS#2431
The included test cases currently expect a squid at localhost:3128 |
| e8b5a4f9 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still supressed.
show more ...
|
| 9a9b579a | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix index histogram minlen parameter for metadata keys
This includes a test for the minlen parameter for metadata keys |
| f393a4eb | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where e
added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where ever non-ASCII filenames and paths are handled. Simply replacing all calls to basename() with this function might be the safest.
show more ...
|
| ee1dd780 | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove closing PHP tag in stalecheck test case |
| 4538a8a6 | 07-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Remove unnecessary include |
| c3cf5a6c | 07-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Stale cache unittest |
| 08118f51 | 01-Jul-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Adjust unit test to reflect desired behavior of max_bodysize |
| e66d3e6d | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Improved sidebar inclusion
Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well |
| 65ee48a5 | 01-Jul-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Made multiline test cases work on windows too |
| 32e82180 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed group wildcards and added tests |
| 772c9249 | 30-Jun-2012 |
Michael Hamann <michael@content-space.de> |
Add a test case for nested events, this tests 8cb3706df5ad54c654bffb76a69ac0ca1006521e |
| 5d0aaf95 | 28-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
treat empty string inputs as unset for int and bool |
| 591acd87 | 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some Input class fixes and unit tests |
| 769b429a | 20-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
HTTPClient will read up to max_bodysize if it can |
| d37a3955 | 19-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Unit test for HTTPClient chunked encoding |
| 16f15a81 | 14-May-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
empty ID in wl() will be treated as $conf['start'] |
| df08777d | 11-May-2012 |
Michael Hamann <michael@content-space.de> |
Adapt tests for PHP 5.4
Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and stdClass objects can't be instantiated automatically anymore. |
| 68fd957c | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed JSON test cases
seems like phpunit will not run all test classes inside a file when giving it as an argument :-/
I removed the error supression tests as these test a feature we do not have in
fixed JSON test cases
seems like phpunit will not run all test classes inside a file when giving it as an argument :-/
I removed the error supression tests as these test a feature we do not have in our JSON class version (and shouldn't implement to keep as compatible as possible to the native JSON functions)
show more ...
|
| 132fb7d3 | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
added some blowfish tests
upstream plus a test for our modifications |
| f9f987b2 | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
added the orginal unit tests for JSON.php |
| 050f8f4d | 01-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed unecessary requiresin unit tests |
| 1831d8a0 | 01-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed password hashing tests for recent PMD5 change |
| f2ae886a | 24-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
reenabled password test
according to Dominik Eckelmann one of the tests fails on certain servers. I can't reproduce it. If you can, please open a bug report with as much info as possible. |