Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Gohr 5d703e34f3 Also allow test files ending in Test.php
This makes it possible to give test files proper PSR-2 names where the
file is named after the class name.
2018-05-20 11:56:24 +02:00
Andreas Gohr 01ef6ea290 support phpunit 5 and 6
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.
2017-03-12 09:37:59 +01:00
Andreas Gohr bd8c2ebfb8 introduce new "flaky" test group
this group is skipped by default
2015-04-25 10:20:14 +02:00
Andreas Gohr 7a7b77ef2f some updates on phpunit docs and settings 2014-04-30 16:06:24 +02:00
Dominik Eckelmann 629196125e allow template unit tests 2013-01-08 09:38:39 +01:00
Tobias Sarnowski f64856ce8e only include dw files in coverage report except _ directories 2012-04-20 09:37:53 +02:00
Tobias Sarnowski 5a0eec47d3 for consistency, also use _test directory for plugins 2012-04-18 12:42:56 +02:00
Tobias Sarnowski f8369d7d6e moved _testing to _test 2012-04-18 12:08:28 +02:00
Renamed from _testing/phpunit.xml (Browse further)