| 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 ...
|
| e3ab6fc5 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fixed and extended PHPDoc comments and added additional @var comments |
| 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 |
| 0644090a | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
reset the data directory before each test class is run |
| 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 |
| 430db121 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
test for setting the title config |
| 4d053d04 | 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved URI setup to execute() |
| 9e777cee | 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
simplified using the TestRequest class
You now can call get() or post() on it and give it all the wanted input variables |
| 5d0aaf95 | 28-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
treat empty string inputs as unset for int and bool |
| 0189bd86 | 28-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
make sure all globals are available in test requests |
| fbb9105e | 25-Jun-2012 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests
The test suite was missing a global keyword to access the $INPUT class. |
| 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. |