🐞 fix: Error cleanup, add test harness
This commit is contained in:
Vendored
+4
@@ -8,4 +8,8 @@ $baseDir = dirname($vendorDir);
|
||||
return array(
|
||||
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
||||
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
|
||||
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
|
||||
'IronKanban\\Tests\\' => array($baseDir . '/tests'),
|
||||
'IronKanban\\' => array($baseDir . '/src'),
|
||||
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user