You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

35 lines
1017 B

<?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);
}
}