Skip to content

Commit 7ffa96e

Browse files
committed
Autoload squizlabs for tests since it does not support composer autoloading properly
1 parent e4f6382 commit 7ffa96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
declare(strict_types=1);
44

55
require __DIR__ . '/../vendor/autoload.php';
6+
require __DIR__ . '/../vendor/squizlabs/php_codesniffer/autoload.php';

0 commit comments

Comments
 (0)