Преглед на файлове

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

gediminasm преди 14 години
родител
ревизия
745bfb640a
променени са 3 файла, в които са добавени 2 реда и са изтрити 0 реда
  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