Skip to content

Releases: smartbooster/standard-bundle

v1.0.4

22 Jan 15:23
24268a8
Compare
Choose a tag to compare

Added

  • composer.json : Allow using dama/doctrine-test-bundle version ^6.7 to reduce the need of updating doctrine/dbal

v1.0.3

22 Jan 09:46
330eec2
Compare
Choose a tag to compare

Added

  • AbstractWebTestCase::loadFixtureFiles : Add shortcut function to load fixture files

v1.0.2

08 Jan 15:10
60177a5
Compare
Choose a tag to compare

Added

  • AbstractWebTestCase::assertArrayContainsValues : Test if an array contains exactly all values of an array of values, no matter there order

v1.0.1

04 Jan 16:17
79b2115
Compare
Choose a tag to compare

Fixed

  • Fix passing format 1G to phpstan memory-limit option

v1.0.0

04 Jan 09:48
c5df969
Compare
Choose a tag to compare

Initial v1 release

Added

  • dev makefile for cache clear shortcut and debug-env

v0.4.8

02 Jan 16:21
4d317d3
Compare
Choose a tag to compare

Added

  • AbstractWebTestCase which is our main parent class that we use on functional test that rely on a browser client or on database fixtures
  • AbstractValidatorTest which is the parent class that we use to test our Validator/Constraints

v0.4.7

02 Jan 15:41
2ecae6c
Compare
Choose a tag to compare

Fixed

  • fix directory target of the lint-twig QA command

v0.4.6

22 Dec 14:35
f871188
Compare
Choose a tag to compare

Fixed

  • Add missing MAILER_DSN env to phpunit.xml.dist for test code using the Mailer to still work without really sending the mail

v0.4.5

19 Dec 14:35
df7384a
Compare
Choose a tag to compare

Fixed

  • README : Set composer extra endpoint as command
  • Fix dev-master alias to the last available version
  • fix missing --reset option to reinstall last recipe changes
  • fix Contributing url mentioning the wrong repository

v0.4.4

15 Dec 08:44
ae87400
Compare
Choose a tag to compare

Addedd

  • Symfony 5.4 support