From e1fe5115cdf8622cf64ef074d506cba628699276 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 28 Nov 2013 00:44:37 +0100 Subject: [PATCH] fixed vendor path in tests --- tests/unit/VendorTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/VendorTestCase.php b/tests/unit/VendorTestCase.php index d633d02..2002cb3 100644 --- a/tests/unit/VendorTestCase.php +++ b/tests/unit/VendorTestCase.php @@ -18,7 +18,7 @@ class VendorTestCase extends TestCase */ public static function setUpBeforeClass() { - $vendorDir = __DIR__ . '/vendor'; + $vendorDir = __DIR__ . '/../../vendor'; Yii::setAlias('@vendor', $vendorDir); $vendorAutoload = $vendorDir . '/autoload.php'; if (file_exists($vendorAutoload)) {