__DIR__ . '/..' . '/johnbillion/extended-cpts/functions.php', ); public static $prefixLengthsPsr4 = array ( 'E' => array ( 'ExtCPTs\\Tests\\' => 14, 'ExtCPTs\\' => 8, ), 'A' => array ( 'Args\\' => 5, ), ); public static $prefixDirsPsr4 = array ( 'ExtCPTs\\Tests\\' => array ( 0 => __DIR__ . '/..' . '/johnbillion/extended-cpts/tests/integration', ), 'ExtCPTs\\' => array ( 0 => __DIR__ . '/..' . '/johnbillion/extended-cpts/src', ), 'Args\\' => array ( 0 => __DIR__ . '/..' . '/johnbillion/args/src', ), ); public static $classMap = array ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb::$prefixDirsPsr4; $loader->classMap = ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb::$classMap; }, null, ClassLoader::class); } }