- Sep 02, 2017
-
-
Andreas Gohr authored
reformatting fixing of doc blocks making internal vars protected
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Aug 29, 2017
-
-
Andreas Gohr authored
-
- Aug 27, 2017
-
-
LarsDW223 authored
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.
-
Andreas Gohr authored
hopefully this will help with figuring out why our HTTP tests sometimes fail on travis.
-
Andreas Gohr authored
-
Andreas Gohr authored
just to be sure, we're not breaking something simple here.
-
Andreas Gohr authored
-
- Aug 25, 2017
-
-
Phy authored
-
- Aug 03, 2017
-
-
Yurii K authored
-
- Jul 28, 2017
- Jul 23, 2017
- May 25, 2017
-
-
Andreas Gohr authored
I want to make this function use the new Menu Items, these tests should ensure I don't break functionality.
-
LarsDW223 authored
-
- May 24, 2017
-
-
LarsDW223 authored
-
- May 21, 2017
-
-
LarsDW223 authored
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.
-
- May 13, 2017
-
-
Andreas Gohr authored
-
- May 12, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weirdness was going on. This way it's more proper anyway.
-
Andreas Gohr authored
This should fix some tests on PHP 7.1. The work is far from done, we still have a lot of variables without proper accessibility defined.
-
- Mar 31, 2017
-
-
Andreas Gohr authored
loadAction() and checkAction() are now public and could be used within actionOK(). However some weird circular references prevent that. In addition, actionOK is also used to check for things that aren't Actions (yet) like 'rss' and 'top'.
-
Andreas Gohr authored
also fixes the tests
-
Andreas Gohr authored
Lots of FIXMEs and the routing isn't integrated, yet
-
Andreas Gohr authored
This is neither complete nor working, yet
-
Andreas Gohr authored
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no assertion.
-
- Mar 12, 2017
-
-
Andreas Gohr authored
actually we could right now. but I don't like to introduce that change in a feature branch.
-
Andreas Gohr authored
-
Andreas Gohr authored
We still need 5 to test on old php versions, but travis uses 6 for newer PHP versions (and 5 may break on those). Luckily both versions aren't that far apart, yet. This adds a thin adapter class when running on 6.
-
Michael Grosse authored
See for reference #1837 and sebastianbergmann/phpunit#2503
-
Michael Grosse authored
However those classes are already supported in PHP 5.7 so we can switch to them without breaking backward-compatibility.
-
- Feb 08, 2017
-
-
Andreas Gohr authored
-
- Feb 05, 2017
-
-
Andreas Gohr authored
-
- Feb 04, 2017
-
-
Andreas Gohr authored
This makes it more flexible to use on the expense of needing one echo more.
-