From: Prach Pongpanich <prachpub@gmail.com>
Date: Thu, 11 Sep 2014 14:52:14 -0400
Subject: Fix autoload path for tests

Forwarded: not-needed
---
 tests/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 8f1c57c..55169f5 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,5 +1,5 @@
 <?php
-require __DIR__ . '/../vendor/autoload.php';
+require __DIR__ . '/../src/autoload.php';
 require __DIR__ . '/autoload.php';
 
 ini_set('precision', 14);
