This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Doctrine/README.md

15 lines
299 B
Markdown
Raw Normal View History

2011-11-03 20:29:55 +00:00
Doctrine Bridge
===============
2011-12-18 13:18:13 +00:00
Provides integration for [Doctrine](http://www.doctrine-project.org/) with
various Symfony2 components.
2011-11-03 20:29:55 +00:00
Resources
---------
You can run the unit tests with the following command:
$ cd path/to/Symfony/Bridge/Doctrine/
$ composer.phar install
$ phpunit