#!/bin/sh

set -e

pear_pkg=`ls | grep XML_Serializer`

cd ${pear_pkg}

phpunit tests/AllTests.php
