<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitf9d3df04348ea4a00ebc5c11c4133c0f
|
|
{
|
|
public static $files = array (
|
|
'a2c48002d05f7782d8b603bd2bcb5252' => __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);
|
|
}
|
|
}
|