- php >= 5.3
- libxml version >= 2.7.0 (due to a bug in libxml http://bugs.php.net/bug.php?id=36501)
- composer
- See also the
require
section of composer.json
Please refer to doctrine-project.org for the documentation.
Pull requests are welcome. Please include tests to prevent regressions whenever possible.
Thanks to everyone who has contributed already.
This examples shows how to run the tests for jackrabbit. You can run the tests for the other backends. Just replace jackrabbit with the name of the backend you want to run.
-
Make sure you have installed the dependencies
-
Run this command to download jackrabbit and launch it (requires wget)
./tests/travis_jackrabbit.sh
-
Run the tests:
phpunit -c tests/phpunit_jackrabbit.xml.dist