-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 1.13 KB
/
Copy path.gitmodules
File metadata and controls
21 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "test/externals/libraries/php-code-coverage"]
path = test/externals/libraries/php-code-coverage
url = git://github.com/sebastianbergmann/php-code-coverage.git
[submodule "test/externals/libraries/phpunit"]
path = test/externals/libraries/phpunit
url = git://github.com/sebastianbergmann/phpunit.git
[submodule "test/externals/libraries/php-file-iterator"]
path = test/externals/libraries/php-file-iterator
url = git://github.com/sebastianbergmann/php-file-iterator.git
[submodule "test/externals/libraries/php-token-stream"]
path = test/externals/libraries/php-token-stream
url = git://github.com/sebastianbergmann/php-token-stream.git
[submodule "test/externals/libraries/phpunit-mock-objects"]
path = test/externals/libraries/phpunit-mock-objects
url = git://github.com/sebastianbergmann/phpunit-mock-objects.git
[submodule "test/externals/libraries/php-text-template"]
path = test/externals/libraries/php-text-template
url = git://github.com/sebastianbergmann/php-text-template.git
[submodule "test/externals/libraries/php-timer"]
path = test/externals/libraries/php-timer
url = git://github.com/sebastianbergmann/php-timer.git