Commit graph

34 commits

Author SHA1 Message Date
Drew Brown
ea6a359272 Symfony 4.0 updates (#483)
* Upd: Add Symfony 4 Compatibility

#SymfonyConHackday2017

* Upd: Configure visibility of services for SF4

* Updated composer to allow Symfony 4.0

* Updated composer to allow Symfony 4.0

* PropelBundle for Symfony 4

* Upd: Travis configuration

* Upd: PHP 5 not supported anymore by PHPUnit

* Upd: Removing old SF version + PHPUnit correction

* * Removed param that was removed in symfony/yaml afb873f
* Updated format of object dumping as deprecated tags using colon symfony/yaml 38d3087

* * Added commands to console.xml as symfony no longer auto registers bundle commands
* Updated two services to public

* * Removed deprecated getMock calls for new createMock calls.

* * Add stub for additional abstract method

* * Updated schema locator test
* reverted unnecessary changes to abstract command and schemal locator
* Added fixtures for schema testing.

* * Updated schema locator test
* reverted unnecessary changes to abstract command and schemal locator
* Added fixtures for schema testing.

* * Removed unnecessary default for services
* Updated readme to reflect symfony version support
2018-02-10 01:25:14 +01:00
Gregor Harlan
4df8ff614c Read "propel_converter" options from request attributes (#449) 2017-08-31 14:04:25 +02:00
Marc J. Schmidt
9c4ad7db45
Fixed yaml dumper test with newer versions 2016-04-13 19:01:57 +02:00
Marc J. Schmidt
d543163e37
Pulled #408 and #403. Made Symfony 3 compatible 2016-04-13 15:27:04 +02:00
Toni Uebernickel
bb1c397786 Merge pull request #373 from Big-Shark/patch-5
Compatible with Symfony3
2016-02-14 17:59:37 +01:00
Maxim
443fb8291a Compatible with Symfony3 2016-02-14 21:57:14 +07:00
Gregor Harlan
8b4cd94db8 resolve deprecated form stuff 2016-02-11 21:33:19 +01:00
Gregor Harlan
893c85c655 introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Gregor Harlan
e80e31858d DataLoader: allow to set foreign key for a table not included in fixtures 2015-07-15 18:16:33 +02:00
Marc J. Schmidt
c064076eef Fixed test suite 2014-11-19 15:06:22 +01:00
Kévin Gomez
015fe903b3 TableMap::TYPE_STUDLYPHPNAME constant was renamed to TableMap::TYPECAMELNAME 2014-09-22 13:40:35 +01:00
Kévin Gomez
23c05811d7 CS fixes 2014-09-15 13:37:23 +01:00
Kévin Gomez
d1ef814d57 Avoid injecting the container in the YamlDataLoader 2014-04-26 18:01:25 +01:00
Toni Uebernickel
0c836611d7 remove Propel\Runtime\Propel dependency 2014-04-26 16:36:28 +02:00
Kévin Gomez
37c037f0ec Column names constants are now prefixed with COL_ 2014-04-19 04:42:00 +01:00
Kévin Gomez
07245b3e19 Fixed YamlDataLoader test 2014-04-19 03:44:18 +01:00
Kévin Gomez
b4c67b6fff Fixed ParamConverter tests 2014-04-19 03:23:20 +01:00
Kévin Gomez
366a1e963e Use the PropelTypes class as PropelColumnTypes does not exist anymore 2014-04-19 02:56:20 +01:00
Kévin Gomez
b9ceee8abd Fixed a few inconcistencies 2013-12-15 14:04:11 +00:00
Kévin Gomez
e0a9b95977 Added tests for data loaders and data dumpers 2013-12-14 12:46:26 +00:00
Kévin Gomez
4c26f81a9b Ported all acl-related remaining tests 2013-12-14 12:12:35 +00:00
Kévin Gomez
80fcec69f5 Ported ACL model tests 2013-12-14 11:49:10 +00:00
Kévin Gomez
6f92e55d20 Started to port ACL tests 2013-12-14 11:44:04 +00:00
Kévin Gomez
3dda1cdc61 Fixed PropelUserProvider test 2013-12-12 17:06:35 +00:00
Kévin Gomez
12bcfbde5e Added ACL related features 2013-12-12 16:48:16 +00:00
Kévin Gomez
b6285562b4 Added missing form features 2013-12-12 15:03:29 +00:00
Kévin Gomez
d3ee81c3c5 Applied php-cs-fixer 2013-11-24 16:37:54 +00:00
Kévin Gomez
2491275a7d Fixed param converter tests 2013-11-24 14:21:04 +00:00
Pierre Tachoire
ffbf2de5f5 import ModelType from Propel1 Bridge 2013-11-24 11:40:35 +01:00
Kévin Gomez
05908f5791 Renamed the PropelTypeGuesser to TypeGuesser 2013-11-04 21:10:19 +00:00
Kévin Gomez
79d9b7f44a Fixed Call to undefined method ColumnMap::isTextType() 2013-11-04 21:08:41 +00:00
Kévin Gomez
44ec2b4b29 Stole the TypeGuesser (and its tests) from symfony's propel bridge 2013-11-04 16:27:38 +00:00
Kévin Gomez
b2abeb0ead Deleted useless test fixtures 2013-11-04 12:50:33 +00:00
Kévin Gomez
1b19c108ef Started to add tests (almost green!) 2013-11-04 00:10:23 +00:00