#
759b7c08 |
| 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
use phpunit 9
This should be the last version supporting php 7.4
|
#
5d703e34 |
| 20-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
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.
|
#
01ef6ea2 |
| 12-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
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
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.
show more ...
|
#
bd8c2ebf |
| 25-Apr-2015 |
Andreas Gohr <andi@splitbrain.org> |
introduce new "flaky" test group
this group is skipped by default
|
#
7a7b77ef |
| 30-Apr-2014 |
Andreas Gohr <gohr@cosmocode.de> |
some updates on phpunit docs and settings
|
#
62919612 |
| 08-Jan-2013 |
Dominik Eckelmann <deckelmann@gmail.com> |
allow template unit tests
|
#
f64856ce |
| 20-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
only include dw files in coverage report except _ directories
|
#
5a0eec47 |
| 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
for consistency, also use _test directory for plugins
|
#
f8369d7d |
| 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
moved _testing to _test
|