| #
1c33cec3 |
| 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
add needed type hints for phpunit8
This will break a lot of plugin tests, but can't be avoided
|
| #
1bff2aba |
| 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
mark some tests as non-risky
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 ass
mark some tests as non-risky
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.
show more ...
|
| #
c3f4c777 |
| 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
changed tests to use a data provider
this allows for each dump being run within its own test case which then can be skipped. This is needed to skip the django test on older PHP versions.
|
| #
32a211c7 |
| 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
added a postgres example database to the tests
|
| #
df01249e |
| 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added fluxbb dump to the tests.
now all capabilities are covered
|
| #
964d95c6 |
| 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added a few more tests for wordpress
|
| #
3f4d1534 |
| 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
first go at using real database dumps for tests
this configures a minimal wordpress setup
|