__DIR__ . '/..' . '/johnbillion/extended-cpts/extended-cpts.php', ); public static $prefixLengthsPsr4 = array ( 'E' => array ( 'ExtCPTs\\Tests\\' => 14, ), ); public static $prefixDirsPsr4 = array ( 'ExtCPTs\\Tests\\' => array ( 0 => __DIR__ . '/..' . '/johnbillion/extended-cpts/tests/phpunit', ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitf9d3df04348ea4a00ebc5c11c4133c0f::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitf9d3df04348ea4a00ebc5c11c4133c0f::$prefixDirsPsr4; }, null, ClassLoader::class); } }