Added test code (incomplete) and travis-ci config file.

This commit is contained in:
LarsDW223
2016-05-08 11:59:49 +02:00
parent 00ee8d3fdd
commit d8da66761e
5 changed files with 422 additions and 0 deletions

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: php
php:
- "7.0"
- "5.6"
- "5.5"
- "5.4"
- "5.3"
env:
- DOKUWIKI=master
- DOKUWIKI=stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .gitignore
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_filelist