-
Notifications
You must be signed in to change notification settings - Fork 67
/
.gitmodules
27 lines (27 loc) · 1.13 KB
/
.gitmodules
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
[submodule "vendor/phpunit"]
path = vendor/phpunit
url = https://github.com/sebastianbergmann/phpunit.git
[submodule "vendor/dbunit"]
path = vendor/dbunit
url = https://github.com/sebastianbergmann/dbunit.git
[submodule "vendor/php-file-iterator"]
path = vendor/php-file-iterator
url = https://github.com/sebastianbergmann/php-file-iterator.git
[submodule "vendor/php-text-template"]
path = vendor/php-text-template
url = https://github.com/sebastianbergmann/php-text-template.git
[submodule "vendor/php-code-coverage"]
path = vendor/php-code-coverage
url = https://github.com/sebastianbergmann/php-code-coverage.git
[submodule "vendor/php-timer"]
path = vendor/php-timer
url = https://github.com/sebastianbergmann/php-timer.git
[submodule "vendor/phpunit-mock-objects"]
path = vendor/phpunit-mock-objects
url = https://github.com/sebastianbergmann/phpunit-mock-objects.git
[submodule "vendor/phpunit-selenium"]
path = vendor/phpunit-selenium
url = https://github.com/sebastianbergmann/phpunit-selenium.git
[submodule "vendor/php-token-stream"]
path = vendor/php-token-stream
url = https://github.com/sebastianbergmann/php-token-stream.git