Rostislav Wolny
f77392ade4
Workaround doctrine serialisation issue in integration tests
...
Doctrine uses a default ProxyClassNameResolver but it is implemented
as an anonymous class and can not be serialised. This commit adds a custom
ProxyClassNameResolver that copies the anonymous one so that we avoid using the
anonymous fallback.
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
c9603b76dc
Update doctrine packages and fix metadata cache
...
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Jan Lysý
4390a1932d
Remove phpstan errors from the rest of the code
...
[MAILPOET-3235]
2021-01-18 14:39:42 +01:00
Jan Jakeš
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Amine Ben hammou
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
Jan Jakeš
fd1cd31060
Fix coding style to conform to MailPoet standards
...
[MAILPOET-2235]
2019-08-12 14:41:16 +02:00
Jan Jakeš
35a56bacd7
Avoid double table prefixing when cache not pregenerated in dev environments
...
[MAILPOET-2235]
2019-08-12 14:41:16 +02:00
Jan Jakeš
1bc2119c63
Fix table prefixer to work with aliases and proxy classes
...
[MAILPOET-2235]
2019-08-12 14:41:16 +02:00
Jan Jakeš
b314afed8c
Add table prefix setup for Doctrine
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00