Skip to content

Commit

Permalink
UnitTest autoloader - case sensitivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Oct 28, 2024
1 parent 866f1bb commit 5d53d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

\spl_autoload_register(static function ($className) {
if ($className === 'Doctrine\DBAL\Logging\SQLLogger') {
require __DIR__ . '/Debug/Mock/SqlLogger.php';
require __DIR__ . '/Debug/Mock/SQLLogger.php';
}
});

Expand Down

0 comments on commit 5d53d89

Please sign in to comment.