- Aug 29, 2017
-
-
Andreas Gohr authored
-
- Aug 27, 2017
-
-
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
-
-
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.
-
- Jan 31, 2017
-
-
Andreas Gohr authored
now comments and line breaks between tags are removed
-
- Jan 17, 2017
-
-
Michael Grosse authored
Without the change in issue #1801, or commit 1b26d16d respectively, this adjusted test would throw an error since it would attempt to use another array as an array-key. The fact that the test passes without error means that the bug is fixed.
-
- Jan 01, 2017
-
-
Michael Hamann authored
What happened was that in the place of the new `waitForTick`-call an actual delay happened and therefore the file modification time and the deletion entry were two different points in time, resulting in random test failures. The test enforces this now, the condition to test has been adjusted.
-
Michael Hamann authored
-
Michael Hamann authored
-