mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 02:36:20 +00:00
Rename tests/Fixtures -> tests/fixtures
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user