propel-bundle/Tests
kphoen b54cf4ab3f Modified the PropelParamConverter to allow CamelCased parameters
Currently, parameters like "author_slug" are translated by the param
converter to a "->filterByAuthor_slug()" call. I changed this behavior
and they are now translated to "->filterByAuthorSlug()".
2012-05-21 15:23:34 +02:00
..
Command Removed 'Propel' class prefixes 2012-04-20 13:54:05 +02:00
DataFixtures Added faker support 2012-05-08 18:32:32 +02:00
DependencyInjection Fixed tests 2012-04-24 15:22:01 +02:00
Fixtures Modified the PropelParamConverter to allow CamelCased parameters 2012-05-21 15:23:34 +02:00
Model/Acl fix SecurityIdentity username with multiple dashes 2012-04-24 14:53:42 +02:00
Request/ParamConverter Modified the PropelParamConverter to allow CamelCased parameters 2012-05-21 15:23:34 +02:00
Security Fixed security layer for Symfony2 2.1 2012-04-20 15:49:28 +02:00
Util [Tests] Added tests for PropelInflector class 2011-09-04 23:10:19 +02:00
AclTestCase.php fix AclTestCase to read moved acl_schema.xml 2012-02-07 17:27:01 +01:00
autoload.php.dist Switched to composer to run the test suite 2012-04-20 13:33:35 +02:00
bootstrap.php Added a way to launch unit tests in the bundle itself 2011-11-13 23:29:52 +01:00
TestCase.php Switched to composer to run the test suite 2012-04-20 13:33:35 +02:00