liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
639 stars 182 forks source link

Tag 1.9.3 was removed #507

Closed dominikzogg closed 5 years ago

dominikzogg commented 5 years ago

Until yesterday the bundle was installable by the tag 1.9.3 side by side with phpunit 7.5 and worked for our project, now the tag is gone and we're in a situation we cannot recover, cause no newer version is stable and supports phpunit 7.5.

corphi commented 5 years ago

The commit 80329104370eabebc10df69c15e98f585773884d was tagged 1.9.3.

lsmith77 commented 5 years ago

what is the issue with 1.9.5?

dominikzogg commented 5 years ago

Conflict with phpunit >= 7

Lukas Kahwe Smith notifications@github.com schrieb am Fr., 10. Mai 2019, 11:46:

what is the issue with 1.9.5?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/liip/LiipFunctionalTestBundle/issues/507#issuecomment-491229618, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHW4EOH4OTIIBOM4M34ODDPUU77FANCNFSM4HMAGTEQ .

lsmith77 commented 5 years ago

@alexislefebvre I guess we could try to get a 1.94.1 one released that disallows Symfony 4 but works for phpunit 7 and Symfony 3. wdyt?

alexislefebvre commented 5 years ago

Sorry for the inconvenience.

Does https://packagist.org/packages/liip/functional-test-bundle#1.10.0 fit your needs?

dominikzogg commented 5 years ago

@alexislefebvre we're using phpunit 7.5, so no

alexislefebvre commented 5 years ago

Sorry, I missed that it was noted in Conflicts. :see_no_evil:

alexislefebvre commented 5 years ago

I upgraded dependencies in #508, it could be released as 1.11.0 (because requiring PHP 7.1 is a great change, and 1.10.0 is the last release from master, not 1.9 :wink:).

corphi commented 5 years ago

It would work for me; I am running PHP 7.2 and PHPUnit 7.5, but can’t upgrade to Symfony 3.4 quite yet. I’ll fire up a test run tomorrow. Thanks.

alexislefebvre commented 5 years ago

Please try the 1.11.0 version: https://github.com/liip/LiipFunctionalTestBundle/releases/tag/1.11.0