-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.vimproject
53 lines (53 loc) · 987 Bytes
/
.vimproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
zf1classmap=/home/matthew/git/zf-examples/zf1-classmap CD=. filter="*.php *.xml *.md" {
README.md
bin=bin {
classmap_generator.php
}
library=library {
ZendX=ZendX {
File=File {
ClassFileLocator.php
}
Loader=Loader {
AutoloaderFactory.php
ClassMapAutoloader.php
SplAutoloader.php
StandardAutoloader.php
}
}
}
tests=tests {
Bootstrap.php
_autoload.php
phpunit.xml
ZendX=ZendX {
File=File {
ClassFileLocatorTest.php
_files=_files {
locator-should-skip-this.php
locator-should-skip-this.xml
}
TestAsset=TestAsset {
LocatorShouldFindThis.php
}
}
Loader=Loader {
ClassMapAutoloaderTest.php
StandardAutoloaderTest.php
_files=_files {
badmap.php
goodmap.php
}
TestAsset=TestAsset {
ClassMappedClass.php
NamespacedClass.php
PrefixedClass.php
StandardAutoloader.php
TestNamespace=TestNamespace {
FallbackCase.php
}
}
}
}
}
}