Commit graph

13 commits

Author SHA1 Message Date
Toni Uebernickel 4db28b7bbd introduce Propel\Bundle\PropelBundle namespace 2016-01-23 21:41:17 +01:00
Toni Uebernickel 5e8668a7e0 fix AbstractCommandTest avoiding SplFileInfo mocks 2014-11-01 15:44:42 +01:00
Warnar Boekkooi b61fed529a Fix possible PDO Unknown database error
This patches a possible `Unable to open PDO connection [wrapped: SQLSTATE[42000] [1049] Unknown database '<db_name>']` when the dsn is not ending with a `;`.
Related to #159
2014-08-19 10:48:49 +08:00
Toni Uebernickel 9b33b91976 fix FixturesLoadCommandTest on symbolic directory 2013-03-13 10:35:29 +01:00
William DURAND a8ea9726a0 Fix test 2012-11-05 14:18:43 +01:00
jaugustin 821cc398a6 fix cross-platform tests 2012-10-21 13:41:44 +02:00
Adel 4219e706d4 RUN PHP-CS PSR-2 2012-07-19 17:40:35 +01:00
William DURAND 6970913db9 Fixed CS 2012-05-24 16:36:46 +02:00
William DURAND 29ca595387 Removed 'Propel' class prefixes 2012-04-20 13:54:05 +02:00
William DURAND 1f35b6b55b Switched to composer to run the test suite 2012-04-20 13:33:35 +02:00
William DURAND dd13a0f40b Added few unit tests, fixed CS 2012-04-20 10:57:38 +02:00
William DURAND 0b85aba836 [Command] Added a new command named: propel:form:generate
Allows to quickly create Form Type stubs
Added a PropelGeneratorAwareCommand class (abstract) to write more code generation based commands
Added few tests, fixed some tests as well
2012-04-11 12:00:19 +02:00
William DURAND 32423b077e Added a unit test for the previous commit 2011-12-15 17:00:52 +01:00