Skip to content

Commit 4498ca0

Browse files
author
Alexander Obuhovich
committed
Code updated to follow updated CodingStadard
1 parent 60181af commit 4498ca0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
require_once ($vendor_path . '/autoload.php');
2121

2222
$auto_loader = new \Composer\Autoload\ClassLoader();
23-
$auto_loader->add("aik099\\", FULL_PATH . '/library/');
24-
$auto_loader->add("tests\\aik099\\", FULL_PATH . '/');
23+
$auto_loader->add('aik099\\', FULL_PATH . '/library/');
24+
$auto_loader->add('tests\\aik099\\', FULL_PATH . '/');
2525
$auto_loader->register();

0 commit comments

Comments
 (0)