From feaf842c640212ddeba990508ae22f94000733db Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Thu, 16 Jul 2015 08:19:42 +0800 Subject: [PATCH] Revert "Sync bootstrap_test.php with oauth2-symfony-bundle." This reverts commit 5d4f61c21e67e8b5a49d8c95b235d9d4619dce84. --- app/bootstrap.php | 2 +- app/bootstrap_test.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/bootstrap.php b/app/bootstrap.php index 6dec2073..bd4b5ede 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -1,3 +1,3 @@ add('AuthBucket\OAuth2\Tests', __DIR__.'../tests'); +require __DIR__.'/bootstrap.php';