aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/testing
Commit message (Collapse)AuthorAge
* align urlZweihorn2024-04-30
| | | | | | | ref https://github.com/dokuwiki/dokuwiki/issues/4270 - align url to standard prefix - realign spacing
* code style: line breaksAndreas Gohr2023-08-31
|
* codestyle adjustments: EOF new linesAndreas Gohr2023-08-30
|
* codestyle adjustments: function declaration braces/spacesAndreas Gohr2023-08-30
|
* codestyle adjustments: class declaration bracesAndreas Gohr2023-08-30
|
* codestyle adjustments: function argument spacingAndreas Gohr2023-08-30
|
* Apply rector renamesAndreas Gohr2023-08-30
|
* Apply rector fixes to the rest of lib/pluginAndreas Gohr2023-08-30
|
* add unittests for loading of defaults, extra defaults, local and protected ↵Gerrit Uitslag2022-01-05
| | | | settings
* add needed type hints for phpunit8Andreas Gohr2021-02-04
| | | | This will break a lot of plugin tests, but can't be avoided
* deprecated trigger_event() in favor of a static method on EventAndreas Gohr2019-04-20
|
* Fixed some bugs in the Loader and added testsAndreas Gohr2018-05-25
|
* visibility declarations in pluginsAndreas Gohr2018-04-27
|
* updated dates in templates' and plugins' info.txt filesAnika Henke2013-05-06
|
* Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
|\ | | | | fix E_STRICT errors FS#2427
| * fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | | | | | | | | | | | | | | | 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.
* | added missing info.txt parameters, added plugin plugin's info.txt, adjusted ↵Anika Henke2012-09-09
| | | | | | | | old default template's description
* | updated (and added missing) info.txt filesAnika Henke2012-09-09
|/
* some cleanup for the testing pluginAndreas Gohr2012-04-27
|
* for consistency, also use _test directory for pluginsTobias Sarnowski2012-04-18
|
* added missing testing plugin with tests to test testsTobias Sarnowski2012-04-18