ekino / EkinoWordpressBundle

Integrate Symfony with WordPress and WordPress with Symfony
GNU General Public License v2.0
312 stars 79 forks source link

Fixed : deprecations for Symfony 4.4 #141

Open encreinformatique opened 4 years ago

encreinformatique commented 4 years ago

This PR fixes the deprecations for Symfony 4.4, including PHPUnit and Twig deprecated (and removed) classes in 3.0.

This shall close #139 and possibly some other issue. There should not have any problem with backward compatibilty. Basic implementation has been verified with Wordpress 5.3.2 and Symfony 4.4.

Travis config file has been updated.

encreinformatique commented 4 years ago

I cannot finally could make the tests launch with Travis and PHP 5.5 or Symfony 4.

With dist: trusty, it is ok for PHP 5.5. It also launch the test correctly specifying 4.4 instead of lts:^4.

Ready to be merged.