| 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. |
| ca53ac98 | 04-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
Correctly handle multiline strings in JS compressor
See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them. |
| 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. |
| f6199697 | 26-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
skip SSL tests whn no SSL support in PHP |