diff --git a/build.xml b/build.xml
index 72f2712..ec08833 100644
--- a/build.xml
+++ b/build.xml
@@ -7,23 +7,25 @@
+
-
+
-
-
+
+
-
+
-
+
\ No newline at end of file
diff --git a/phpunit.xml b/phpunit.xml
index bc5ebc2..c0515ed 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,8 +1,24 @@
+ bootstrap="load.php"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
+ forceCoversAnnotation="false"
+ mapTestClassNameToCoveredClassName="false"
+ printerClass="PHPUnit_TextUI_ResultPrinter"
+ processIsolation="false"
+ stopOnError="false"
+ stopOnFailure="false"
+ stopOnIncomplete="false"
+ stopOnSkipped="false"
+ testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
+ timeoutForSmallTests="1"
+ timeoutForMediumTests="10"
+ timeoutForLargeTests="60"
+ verbose="true">
-
+
tests