Ver código fonte

renamed .gitmodules to dist, in order to avoid recursive initialization

gediminasm 14 anos atrás
pai
commit
745bfb640a
3 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      .gitignore
  2. 0 0
      .gitmodules.dist
  3. 1 0
      README.markdown

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@ tests/phpunit.xml
 tests/temp/*.php
 build/
 scripts/
+.gitmodules
 .project
 .settings
 .build.xml

.gitmodules → .gitmodules.dist


+ 1 - 0
README.markdown

@@ -76,6 +76,7 @@ PHPUnit 3.5 or newer is required.
 To setup and run tests follow these steps:
 
 - go to the root directory of extensions
+- run: **cp .gitmodules.dist .gitmodules**
 - run: **git submodule update --init**
 - run: **phpunit -c tests**
 - optional - run mongodb in background to complete all tests