#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
phpab -o tests/autoload.php -t debian/autoload.php.tests.tpl tests/Core tests/ConfigDouble.php tests/FileList.php
phpunit --exclude-group nodebci tests
exit=$?
patch -Rp1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
exit $exit
