| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
There are separate test setups for the doctrine-dbal and the jackrabbit PHPCR implementations. Before installing the composer dependencies, you will need to prepare the database for storage and choose a phpcr/phpcr-implementation. Doing so will change the composer.json file - please make sure you do not check in this change into version control.
tests/script_jackrabbit.sh
composer require jackalope/jackalope-jackrabbit --no-update
composer install
vendor/bin/phpunit -c tests/phpunit_jackrabbit.xml.dist
tests/script_doctrine_dbal.sh
composer require jackalope/jackalope-doctrine-dbal --no-update
composer install
vendor/bin/phpunit -c tests/phpunit_doctrine_dbal.xml.dist
| Back | FazBrowse Home | New Git URL |