diff --git a/.gitattributes b/.gitattributes index 0832564411a..d15eb35f48f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ /docs export-ignore .gitattributes export-ignore .gitignore export-ignore -.gitmodules export-ignore .appveyor.yml export-ignore .travis.yml export-ignore build.properties export-ignore diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 53ea83f85db..00000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "docs/en/_theme"] - path = docs/en/_theme - url = git://github.com/doctrine/doctrine-sphinx-theme.git diff --git a/lib/Doctrine/DBAL/README.markdown b/lib/Doctrine/DBAL/README.markdown deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/tests/.gitignore b/tests/.gitignore deleted file mode 100644 index 7210405266d..00000000000 --- a/tests/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -Doctrine/Tests/Proxies/ -Doctrine/Tests/ORM/Proxy/generated/ -Doctrine/Tests/ORM/Tools/Export/export diff --git a/tests/README.markdown b/tests/README.markdown deleted file mode 100644 index c1027acedd3..00000000000 --- a/tests/README.markdown +++ /dev/null @@ -1,25 +0,0 @@ -# Running the Doctrine 2 Testsuite - -## Setting up a PHPUnit Configuration XML - -.. - -## Testing Lock-Support - -The Lock support in Doctrine 2 is tested using Gearman, which allows to run concurrent tasks in parallel. -Install Gearman with PHP as follows: - -1. Go to http://www.gearman.org and download the latest Gearman Server -2. Compile it and then call ldconfig -3. Start it up "gearmand -vvvv" -4. Install pecl/gearman by calling "gearman-beta" - -You can then go into tests/ and start up two workers: - - php Doctrine/Tests/ORM/Functional/Locking/LockAgentWorker.php - -Then run the locking test-suite: - - phpunit --configuration Doctrine/Tests/ORM/Functional/Locking/GearmanLockTest.php - -This can run considerable time, because it is using sleep() to test for the timing ranges of locks. \ No newline at end of file