Commit 120e197
committed
[Debug] enhance non-PSR-0 compatibility for case mismatch test
1 parent 872647a commit 120e197Copy full SHA for 120e197
File tree
Expand file treeCollapse file tree
5 files changed
+70
-8
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Debug
- Tests
- Fixtures
- psr4
Expand file treeCollapse file tree
5 files changed
+70
-8
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Debug/DebugClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/DebugClassLoader.php+20-8Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
176 | 176 | |
177 | 177 | |
178 | 178 | |
179 | | - |
180 | | - |
| 179 | + |
| 180 | + |
181 | 181 | |
182 | 182 | |
183 | 183 | |
184 | | - |
185 | | - |
186 | | - |
187 | | - |
188 | | - |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
189 | 201 | |
190 | | - |
| 202 | + |
191 | 203 | |
192 | 204 | |
193 | 205 | |
|
Collapse file
src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
140 | 140 | |
141 | 141 | |
142 | 142 | |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
143 | 161 | |
144 | 162 | |
145 | 163 | |
| ||
148 | 166 | |
149 | 167 | |
150 | 168 | |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
151 | 174 | |
152 | 175 | |
153 | 176 | |
| ||
158 | 181 | |
159 | 182 | |
160 | 183 | |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
161 | 190 | |
162 | 191 | |
163 | 192 | |
Collapse file
src/Symfony/Component/Debug/Tests/Fixtures/notPsr0Bis.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
src/Symfony/Component/Debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
src/Symfony/Component/Debug/Tests/Fixtures/reallyNotPsr0.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
0 commit comments