Total Complexity | 1 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class FilesystemTest extends BaseTest |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * Test that a referenced Xsd file is found when the base-path contains " " (space-character). |
||
10 | * |
||
11 | * Covers the issue described in {@link https://github.com/goetas/xsd-reader/pull/10 PR #10}. |
||
12 | */ |
||
13 | public function testReferencedOnFileSystem_1() |
||
28 |