Skip to content

Commit

Permalink
Refine autoload path in tests
Browse files Browse the repository at this point in the history
The autoload path in 'tests/autoload.php' has been updated to ensure consistency and proper functioning. The refinement adds necessary spaces for optimal readability and maintainability while reinforcing the correct pathing for autoloading.
  • Loading branch information
Spomky committed Jun 16, 2024
1 parent 33c3afb commit dd3b4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

use Symfony\Component\ErrorHandler\ErrorHandler;

require dirname(__DIR__).'/vendor/autoload.php';
require dirname(__DIR__) . '/vendor/autoload.php';

set_exception_handler([new ErrorHandler(), 'handleException']);

0 comments on commit dd3b4f8

Please sign in to comment.