BeelabTestBundle

An opinionated extension of Symfony WebTestCase

LGPL-3.0 License

Downloads
25.3K
Stars
15
Committers
3

Bot releases are hidden (Show)

BeelabTestBundle - v6.0.2 Latest Release

Published by garak 4 months ago

BeelabTestBundle - v6.0.1

Published by garak 6 months ago

BeelabTestBundle - v6.0.0

Published by garak 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Bee-Lab/BeelabTestBundle/compare/v5.4.1...v6.0.0

BeelabTestBundle - v5.4.0

Published by garak almost 3 years ago

Allow Symfony 6

BeelabTestBundle - v5.3.0

Published by garak over 3 years ago

Add support for loadUserByIdentifier method in UserProdiver, added in Symfony 5.3.

BeelabTestBundle - v5.2.0

Published by garak almost 4 years ago

Add support for php 8.0

BeelabTestBundle - v5.0.0

Published by garak over 4 years ago

This release changes some methods and properties to be static.
For methods, this a BC break only if you're overriding them. Otherwise, you should be able to upgrade safely.
Anyway, it's advised to call methods using self:: instead of $this->

BeelabTestBundle - v4.5.0

Published by garak over 4 years ago

This release introduces some new useful features, new configurations, more Symfony 5 compatibility and a revamped documentation