95d9eba6 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
disable DNS lookups in tests |
cc92aca7 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some first tests for the Mailer class |
f77b4d4f | 21-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
Note on enabling HTTPS/SSL support for php on windows |
f7161c34 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
reenabled romanization test
The test can be skipped by excluding the "slow" group. |
e37739cc | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some cleanup
removed unneeded data files, converted tabs to spaces |
42dcf8b1 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed README to dokuwiki format |
6c529606 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added html_hilight test
This didn't really need runkit. The way runkit was used didn't add any more credibility to the test result |
f64856ce | 20-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
only include dw files in coverage report except _ directories |
9c6354e5 | 18-Apr-2012 |
Tobias Sarnowski <tobias@trustedco.de> |
use original conf directory and only shadow special files
https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756 |
12ee4774 | 18-Apr-2012 |
Tobias Sarnowski <tobias@trustedco.de> |
phpunit 3.6.10 is sufficient |
5a0eec47 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
for consistency, also use _test directory for plugins |
c931742d | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
fixed content listing |
f8369d7d | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
moved _testing to _test |
d59108b9 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
removed deprecated old test framework |
d6b3716e | 07-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed unittest and transformed to phpunit |
f02cff8f | 07-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed auth_aclcheck test |
b3cb5bce | 07-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed some simpletest unit tests |
0a015988 | 06-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
transformed parser unit tests to phpunit |
561d3f87 | 01-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
reenabled mail_quited_printable_encode test in simpletest |
afb22723 | 01-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed mail_isvalid unittest in simpletest |
fe850c7c | 01-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed ixr_library_ixr_message testcase in simpletest |
e0a6e4bf | 01-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed ixr_library_date test in simpletest |
1a9261d2 | 01-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed testcase class name |
a140095c | 01-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed pagetemplate unit test |
7c35ac36 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added RPC_CALL_ADD event.
This event enables plugins to register custom method names. |