#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
phpab --output src/autoload.php src
phpunit --configuration test/phpunit.xml --exclude-group risky
exit=$?
patch -Rp1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
exit $exit
