Skip to content

Commit

Permalink
unit tests - fileStreamWrapperRequireTest.php case sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Aug 21, 2023
1 parent 07387d7 commit a57af22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Debug/Utility/FileStreamWrapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function tearDownAfterClass(): void
public function testSetEventManager()
{
$pathsExcludeBack = FileStreamWrapper::getPathsExclude();
$requirePath = __DIR__ . '/../Fixture/FileStreamWrapperRequireTest.php';
$requirePath = __DIR__ . '/../Fixture/fileStreamWrapperRequireTest.php';

$eventManager = \bdk\Debug::getInstance()->eventManager;
FileStreamWrapper::setEventManager($eventManager);
Expand Down

0 comments on commit a57af22

Please sign in to comment.