|
6 | 6 |
|
7 | 7 | class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 |
8 | 8 | { |
9 | | - public static $firstCharsPsr4 = array ( |
10 | | - 'I' => true, |
| 9 | + public static $prefixLengthsPsr4 = array ( |
| 10 | + 'I' => |
| 11 | + array ( |
| 12 | + 'Icewind\\Streams\\Tests\\' => 22, |
| 13 | + 'Icewind\\Streams\\' => 16, |
| 14 | + 'Icewind\\SMB\\Test\\' => 17, |
| 15 | + 'Icewind\\SMB\\' => 12, |
| 16 | + ), |
11 | 17 | ); |
12 | 18 |
|
13 | 19 | public static $prefixDirsPsr4 = array ( |
@@ -45,6 +51,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 |
45 | 51 | 'Icewind\\SMB\\Exception\\FileInUseException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/FileInUseException.php', |
46 | 52 | 'Icewind\\SMB\\Exception\\ForbiddenException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/ForbiddenException.php', |
47 | 53 | 'Icewind\\SMB\\Exception\\HostDownException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/HostDownException.php', |
| 54 | + 'Icewind\\SMB\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/InvalidArgumentException.php', |
48 | 55 | 'Icewind\\SMB\\Exception\\InvalidHostException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/InvalidHostException.php', |
49 | 56 | 'Icewind\\SMB\\Exception\\InvalidParameterException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/InvalidParameterException.php', |
50 | 57 | 'Icewind\\SMB\\Exception\\InvalidPathException' => __DIR__ . '/..' . '/icewind/smb/src/Exception/InvalidPathException.php', |
@@ -75,13 +82,13 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 |
75 | 82 | 'Icewind\\SMB\\Server' => __DIR__ . '/..' . '/icewind/smb/src/Server.php', |
76 | 83 | 'Icewind\\SMB\\Share' => __DIR__ . '/..' . '/icewind/smb/src/Share.php', |
77 | 84 | 'Icewind\\SMB\\System' => __DIR__ . '/..' . '/icewind/smb/src/System.php', |
78 | | - 'Icewind\\SMB\\Test\\AbstractShare' => __DIR__ . '/..' . '/icewind/smb/tests/AbstractShare.php', |
79 | | - 'Icewind\\SMB\\Test\\NativeShare' => __DIR__ . '/..' . '/icewind/smb/tests/NativeShare.php', |
80 | | - 'Icewind\\SMB\\Test\\NativeStream' => __DIR__ . '/..' . '/icewind/smb/tests/NativeStream.php', |
| 85 | + 'Icewind\\SMB\\Test\\AbstractShareTest' => __DIR__ . '/..' . '/icewind/smb/tests/AbstractShareTest.php', |
| 86 | + 'Icewind\\SMB\\Test\\NativeShareTestTest' => __DIR__ . '/..' . '/icewind/smb/tests/NativeShareTestTest.php', |
| 87 | + 'Icewind\\SMB\\Test\\NativeStreamTest' => __DIR__ . '/..' . '/icewind/smb/tests/NativeStreamTest.php', |
81 | 88 | 'Icewind\\SMB\\Test\\NotifyHandlerTest' => __DIR__ . '/..' . '/icewind/smb/tests/NotifyHandlerTest.php', |
82 | | - 'Icewind\\SMB\\Test\\Parser' => __DIR__ . '/..' . '/icewind/smb/tests/Parser.php', |
83 | | - 'Icewind\\SMB\\Test\\Server' => __DIR__ . '/..' . '/icewind/smb/tests/Server.php', |
84 | | - 'Icewind\\SMB\\Test\\Share' => __DIR__ . '/..' . '/icewind/smb/tests/Share.php', |
| 89 | + 'Icewind\\SMB\\Test\\ParserTest' => __DIR__ . '/..' . '/icewind/smb/tests/ParserTest.php', |
| 90 | + 'Icewind\\SMB\\Test\\ServerTest' => __DIR__ . '/..' . '/icewind/smb/tests/ServerTest.php', |
| 91 | + 'Icewind\\SMB\\Test\\ShareTestTest' => __DIR__ . '/..' . '/icewind/smb/tests/ShareTestTest.php', |
85 | 92 | 'Icewind\\SMB\\Test\\TestCase' => __DIR__ . '/..' . '/icewind/smb/tests/TestCase.php', |
86 | 93 | 'Icewind\\SMB\\TimeZoneProvider' => __DIR__ . '/..' . '/icewind/smb/src/TimeZoneProvider.php', |
87 | 94 | 'Icewind\\Streams\\CallbackWrapper' => __DIR__ . '/..' . '/icewind/streams/src/CallbackWrapper.php', |
@@ -117,7 +124,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 |
117 | 124 | public static function getInitializer(ClassLoader $loader) |
118 | 125 | { |
119 | 126 | return \Closure::bind(function () use ($loader) { |
120 | | - $loader->firstCharsPsr4 = ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3::$firstCharsPsr4; |
| 127 | + $loader->prefixLengthsPsr4 = ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3::$prefixLengthsPsr4; |
121 | 128 | $loader->prefixDirsPsr4 = ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3::$prefixDirsPsr4; |
122 | 129 | $loader->classMap = ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3::$classMap; |
123 | 130 |
|
|
0 commit comments