Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.3.
Propel2 uses the following Symfony2 Components:
Propel2 is only supported on PHP 5.3.2 and up.
// Not yet documented.
To run unit tests, you'll have to install vendors:
./bin/install_vendors.sh
Once done, build fixtures:
./tests/reset_tests.sh
Now you can run unit tests for both Generator/
and Runtime/
:
phpunit -c phpunit.xml.dist tests/Propel/Tests/Generator/
phpunit -c phpunit.xml.dist tests/Propel/Tests/Runtime/
See the LICENSE
file.