| #
69781840 |
| 05-Jul-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tests so they pass on master branch
Note: Tests will fail on PHP 5.6
|
| #
69877801 |
| 30-Sep-2018 |
Michael Hamann <michael.hamann@kit.edu> |
Fix namespace include test for changed test data directory
|
| #
dbb479d3 |
| 25-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Made test 'test_depth()' more flexible: It now scans the directory 'wiki' and adds all found pages to the expected pages list. This prevents the test from failing just because the content of the wiki
Made test 'test_depth()' more flexible: It now scans the directory 'wiki' and adds all found pages to the expected pages list. This prevents the test from failing just because the content of the wiki test directory changed (e.g. new test pages added).
show more ...
|
| #
a56fe321 |
| 21-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #172 from phillip-hopper/master
Update namespace_includes.test.php
|
| #
c76c7b12 |
| 21-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
added correct group declarations to tests
|
| #
82a2b8df |
| 20-Aug-2015 |
Phil Hopper <philhopper@sibertec.com> |
Update namespace_includes.test.php
|
| #
c69c4423 |
| 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Use natural string ordering for sorting pages in namespace includes
|
| #
d0eed7ed |
| 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Add test cases for the recently added namespace include features
This tests: - exclusion of hidden pages - ordering by page ID and custom metadata - the various options of the depth parameter
|