Description: Add bootstrap file for the test suite
Author: Prach Pongpanich <prachpub@gmail.com>
Forwarded: no

--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <phpunit
-    bootstrap="./vendor/autoload.php"
+    bootstrap="tests/bootstrap.php"
     colors="true"
     convertErrorsToExceptions="true"
     convertNoticesToExceptions="true"
--- /dev/null
+++ b/tests/bootstrap.php
@@ -0,0 +1,3 @@
+<?php
+require __DIR__ . '/../src/Doctrine/Instantiator/autoload.php';
+require __DIR__ . '/autoload.php';
