Commit c4141f94 by Qiang Xue

Fixed test break.

parent 0a95c491
...@@ -51,7 +51,7 @@ class ArrayFixtureTest extends TestCase ...@@ -51,7 +51,7 @@ class ArrayFixtureTest extends TestCase
*/ */
public function testWrongDataFileException() public function testWrongDataFileException()
{ {
$this->_fixture->dataFile = '@wrong/fixtures/data/path/alias'; $this->_fixture->dataFile = 'wrong/fixtures/data/path/alias';
$this->_fixture->load(); $this->_fixture->load();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment