浏览代码

[vendors] added back .gitmodules since it causes the --recursive initialization to fail, closes #66

gediminasm 14 年之前
父节点
当前提交
5e6d2e1be2
共有 3 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      .gitignore
  2. 0 0
      .gitmodules
  3. 0 1
      README.markdown

+ 0 - 1
.gitignore

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

.gitmodules.dist → .gitmodules


+ 0 - 1
README.markdown

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