Rename tests/Fixtures -> tests/fixtures

This commit is contained in:
filp
2013-03-12 12:57:50 +00:00
parent b796a026a2
commit 20ca8ccca4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class FrameTest extends TestCase
private function getFrameData()
{
return array(
'file' => __DIR__ . '/../../Fixtures/frame.lines-test.php',
'file' => __DIR__ . '/../../fixtures/frame.lines-test.php',
'line' => 0,
'function' => 'test',
'class' => 'MyClass',