From c4141f94f6755e9e73d26d1108d8966e6ee905ee Mon Sep 17 00:00:00 2001
From: Qiang Xue <qiang.xue@gmail.com>
Date: Mon, 8 Sep 2014 08:19:43 -0400
Subject: [PATCH] Fixed test break.

---
 tests/unit/framework/test/ArrayFixtureTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/framework/test/ArrayFixtureTest.php b/tests/unit/framework/test/ArrayFixtureTest.php
index e8df112..ec53e4b 100644
--- a/tests/unit/framework/test/ArrayFixtureTest.php
+++ b/tests/unit/framework/test/ArrayFixtureTest.php
@@ -51,7 +51,7 @@ class ArrayFixtureTest extends TestCase
      */
     public function testWrongDataFileException()
     {
-        $this->_fixture->dataFile = '@wrong/fixtures/data/path/alias';
+        $this->_fixture->dataFile = 'wrong/fixtures/data/path/alias';
         $this->_fixture->load();
     }
 
--
libgit2 0.27.1