Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
0b770baf
Unverified
Commit
0b770baf
authored
Jul 05, 2018
by
Michael Moravec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop legacy submodules, empty README and ORM leftovers
parent
0f2b5375
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
32 deletions
+0
-32
.gitattributes
.gitattributes
+0
-1
.gitmodules
.gitmodules
+0
-3
README.markdown
lib/Doctrine/DBAL/README.markdown
+0
-0
.gitignore
tests/.gitignore
+0
-3
README.markdown
tests/README.markdown
+0
-25
No files found.
.gitattributes
View file @
0b770baf
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
/docs export-ignore
/docs export-ignore
.gitattributes export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.appveyor.yml export-ignore
.appveyor.yml export-ignore
.travis.yml export-ignore
.travis.yml export-ignore
build.properties export-ignore
build.properties export-ignore
...
...
.gitmodules
deleted
100644 → 0
View file @
0f2b5375
[submodule "docs/en/_theme"]
path = docs/en/_theme
url = git://github.com/doctrine/doctrine-sphinx-theme.git
lib/Doctrine/DBAL/README.markdown
deleted
100644 → 0
View file @
0f2b5375
tests/.gitignore
deleted
100644 → 0
View file @
0f2b5375
Doctrine/Tests/Proxies/
Doctrine/Tests/ORM/Proxy/generated/
Doctrine/Tests/ORM/Tools/Export/export
tests/README.markdown
deleted
100644 → 0
View file @
0f2b5375
# 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 <myconfig.xml> 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment