diff --git a/tests/Damnit/Exception/FrameTest.php b/tests/Damnit/Exception/FrameTest.php index 1fc9807..69c1c9c 100644 --- a/tests/Damnit/Exception/FrameTest.php +++ b/tests/Damnit/Exception/FrameTest.php @@ -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', diff --git a/tests/Fixtures/frame.lines-test.php b/tests/fixtures/frame.lines-test.php similarity index 100% rename from tests/Fixtures/frame.lines-test.php rename to tests/fixtures/frame.lines-test.php