/phpcr-odm

Doctrine2 PHPCR ODM

Primary LanguagePHPMIT LicenseMIT

PHPCR ODM for Doctrine2

Current Status

Preconditions

Documentation

Please refer to doctrine-project.org for the documentation.

Running the tests

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.

  1. Make sure you have installed the dependencies

  2. Run this command to download jackrabbit and launch it (requires wget)

    ./tests/travis_jackrabbit.sh

  3. Run the tests:

    phpunit -c tests/phpunit_jackrabbit.xml.dist