summaryrefslogtreecommitdiff
path: root/_test
Commit message (Collapse)AuthorAge
* added utf8_basename()Andreas Gohr2012-07-28
| | | | | | | | | 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.
* Remove closing PHP tag in stalecheck test caseMichael Hamann2012-07-08
|
* Remove unnecessary includeMartin Doucha2012-07-07
|
* Stale cache unittestMartin Doucha2012-07-07
|
* Merge branch 'httpclient' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-107 * 'httpclient' of git://github.com/whoopdedo/dokuwiki: Adjust unit test to reflect desired behavior of max_bodysize Avoid timeout when content-length is 0 Limit size of reads when max_bodysize is set or content-length is present Skip over chunk extensions that nobody uses because RFC2616 says so HTTPClient will read up to max_bodysize if it can Validate the size of a chunk before reading from the socket Efficiently wait on sockets HTTP headers are already parsed, there is no need for regexp Utility function for writing to a socket Unit test for HTTPClient chunked encoding Utility functions for reading from a socket. Raise an exception on socket errors. Correct handling of chunked transfer encoding. (FS#2535) Avoid strict warnings about unset array keys. Reference static variable through 'self::' as you're supposed to.
| * Adjust unit test to reflect desired behavior of max_bodysizeTom N Harris2012-07-01
| |
| * HTTPClient will read up to max_bodysize if it canTom N Harris2012-06-20
| |
| * Unit test for HTTPClient chunked encodingTom N Harris2012-06-19
| |
* | reset the data directory before each test class is runAndreas Gohr2012-07-02
| |
* | Improved sidebar inclusionAndreas Gohr2012-07-01
| | | | | | | | | | Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well
* | Made multiline test cases work on windows tooHakan Sandell2012-07-01
| |
* | fixed group wildcards and added testsAndreas Gohr2012-06-30
| |
* | Add a test case for nested events, this tests ↵Michael Hamann2012-06-30
| | | | | | | | 8cb3706df5ad54c654bffb76a69ac0ca1006521e
* | test for setting the title configAndreas Gohr2012-06-30
| |
* | moved URI setup to execute()Andreas Gohr2012-06-30
| |
* | simplified using the TestRequest classAndreas Gohr2012-06-30
| | | | | | | | | | You now can call get() or post() on it and give it all the wanted input variables
* | treat empty string inputs as unset for int and boolAndreas Gohr2012-06-29
| |
* | make sure all globals are available in test requestsAndreas Gohr2012-06-29
| |
* | fixed testsAndreas Gohr2012-06-25
| | | | | | | | The test suite was missing a global keyword to access the $INPUT class.
* | some Input class fixes and unit testsAndreas Gohr2012-06-25
|/
* empty ID in wl() will be treated as $conf['start']Dominik Eckelmann2012-05-14
|
* Adapt tests for PHP 5.4Michael Hamann2012-05-11
| | | | | Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and stdClass objects can't be instantiated automatically anymore.
* Correctly handle multiline strings in JS compressorAndreas Gohr2012-05-04
| | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
* fixed JSON test casesAndreas Gohr2012-05-03
| | | | | | | | | 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)
* added some blowfish testsAndreas Gohr2012-05-03
| | | | upstream plus a test for our modifications
* added the orginal unit tests for JSON.phpAndreas Gohr2012-05-02
|
* removed unecessary requiresin unit testsAndreas Gohr2012-05-01
|
* fixed password hashing tests for recent PMD5 changeAndreas Gohr2012-05-01
|
* reenabled password testAndreas Gohr2012-04-27
| | | | | | 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.
* skip SSL tests whn no SSL support in PHPAndreas Gohr2012-04-26
|
* disable DNS lookups in testsAndreas Gohr2012-04-23
|
* some first tests for the Mailer classAndreas Gohr2012-04-23
|
* Note on enabling HTTPS/SSL support for php on windowsDominik Eckelmann2012-04-21
|
* reenabled romanization testAndreas Gohr2012-04-20
| | | | The test can be skipped by excluding the "slow" group.
* some cleanupAndreas Gohr2012-04-20
| | | | removed unneeded data files, converted tabs to spaces
* changed README to dokuwiki formatAndreas Gohr2012-04-20
|
* added html_hilight testAndreas Gohr2012-04-20
| | | | | This didn't really need runkit. The way runkit was used didn't add any more credibility to the test result
* only include dw files in coverage report except _ directoriesTobias Sarnowski2012-04-20
|
* use original conf directory and only shadow special filesTobias Sarnowski2012-04-18
| | | | https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756
* phpunit 3.6.10 is sufficientTobias Sarnowski2012-04-18
|
* for consistency, also use _test directory for pluginsTobias Sarnowski2012-04-18
|
* fixed content listingTobias Sarnowski2012-04-18
|
* moved _testing to _testTobias Sarnowski2012-04-18
|
* removed deprecated old test frameworkTobias Sarnowski2012-04-18
|
* fixed unittest and transformed to phpunitDominik Eckelmann2012-04-08
|
* fixed auth_aclcheck testDominik Eckelmann2012-04-07
|
* fixed some simpletest unit testsDominik Eckelmann2012-04-07
|
* transformed parser unit tests to phpunitDominik Eckelmann2012-04-06
|
* reenabled mail_quited_printable_encode test in simpletestDominik Eckelmann2012-04-01
|
* fixed mail_isvalid unittest in simpletestDominik Eckelmann2012-04-01
|