Skip to content

koemeet/phpcr-odm

 
 

Repository files navigation

PHPCR ODM for Doctrine2

Build Status Latest Stable Version Total Downloads

Requirements

Documentation

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

Contributing

Pull requests are welcome. Please include tests to prevent regressions whenever possible.

Thanks to everyone who has contributed already.

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 that can't be installed with Composer (e.g. when running travis_doctrine_dbal.sh, install MySQL). Do not run composer install, it will not work because phpcr-odm requires virtual packages that change depending on the backend you want to test.

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

    ./tests/travis_jackrabbit.sh

Please note that this will also require implementations for virtual packages that match the backend you want to test, resulting in a change in your composer.json. Make sure you do not check in this change into version control.

  1. Run the tests:

    phpunit -c tests/phpunit_jackrabbit.xml.dist