Skip to content

Releases: liip/LiipFunctionalTestBundle

2.0.0-alpha9

10 Nov 20:27
4a71c0c
Compare
Choose a tag to compare
2.0.0-alpha9 Pre-release
Pre-release

2.0.0-alpha8...2.0.0-alpha9

Features:

  • made composer require match readme.MD #456
  • Order composer dependencies by name #459
  • [2.x]: Remove ExampleTests, move them in documentation #457
  • BC break: Use symfony command tester #460
  • Update docs for Symfony 4 sqlite database setup #465

2.0.0-alpha8

09 Oct 08:48
a8645aa
Compare
Choose a tag to compare
2.0.0-alpha8 Pre-release
Pre-release

2.0.0-alpha7...2.0.0-alpha8

Features:

  • added issue templates #455
  • Fix typo in HttpAssertions::assertValidationErrors #454

2.0.0-alpha7

02 Oct 20:07
6886642
Compare
Choose a tag to compare
2.0.0-alpha7 Pre-release
Pre-release

2.0.0-alpha6...2.0.0-alpha7

Features:

  • [2.x] Move tests files from src/ to tests/ directory #439
  • Rename Symfony2 to Symfony #441
  • [2.0] Use the test container if available #443
  • [2.x] Drop symfony 4.0 #448
  • [2.x] Allow static assert calls #447
  • [2.x] Use a session name by default #449
  • [2.x] Remove useless check in WebTestCase::fetchContent #451
  • Allow default max query count to be null #453
  • [2.0] Split and move doc to own folder #450

1.10.0

10 Aug 18:27
cbfa26d
Compare
Choose a tag to compare

1.9.5...1.10.0

Features:

  • Access special test container in getContainer(). Closes #427 #428
  • Allow static assertion calls #445

Merged PRs:

  • Update README to mention 2.x branch #409
  • added issue templates #416
  • Fix Typo about append parameter #363
  • README: Add link to 2.x README #420
  • Use a session name by default #444

2.0.0-alpha6

17 Jul 21:12
15ec5ab
Compare
Choose a tag to compare
2.0.0-alpha6 Pre-release
Pre-release

2.0.0-alpha5...2.0.0-alpha6

Features:

  • Remove double copyright header #435
  • Simplify composer constraint #438
  • Make doctrine-fixtures-bundle non mandatory #437
  • Make some class final #436

2.0.0-alpha5

16 Jul 20:38
15e82b4
Compare
Choose a tag to compare
2.0.0-alpha5 Pre-release
Pre-release

2.0.0-alpha4...2.0.0-alpha5

Features:

  • 2.x update composer suggest and upgrade guide #407
  • database cache from 2.x #402
  • Reset the containers on tearDown #406
  • update readme #419
  • [2.x] Add version 2 in “composer require” #421
  • Add test for #422 #425
  • Travis CI: Remove MySQL database creation #426
  • Quote %vars% in config example in README #431
  • Fix property declaration that break tests #433
  • Use SymfonyFixturesLoader to load fixtures #432

1.9.5: Fix conflicts with Symfony 4

25 Mar 15:57
4cf6467
Compare
Choose a tag to compare

1.9.4...1.9.5

Bug fixes:

  • Composer: Disallow Symfony 4 #410

2.0.0-alpha4

06 Mar 22:36
321db83
Compare
Choose a tag to compare
2.0.0-alpha4 Pre-release
Pre-release

2.0.0-alpha3...2.0.0-alpha4

Features:

  • add append fixtures feature to loadFixtures method #384
  • add append feature for sqlite on load fixtures method #393
  • Separate db tool and db backup/restore services for version 2.x #398

2.0.0-alpha3

03 Feb 00:06
66ad216
Compare
Choose a tag to compare
2.0.0-alpha3 Pre-release
Pre-release

2.0.0-alpha1...2.0.0-alpha3

Bug fixes:

  • fixes #387 into 2.x branch - Fix argument for PHPUnit 7 #389

Features:

  • [2.x] Upgrade guide #382

2.0.0-alpha1

19 Jan 10:22
06782e5
Compare
Choose a tag to compare
2.0.0-alpha1 Pre-release
Pre-release

First alpha for next major release

Merged PRs:

  • [2.x] PSR-4 friendly structure #365
  • FlintCI integration for 2.x #371
  • Remove BC layers #374
  • Allow loadFixtures() without arguments (#310) #372
  • fix non-existent service in SF4.0 #376
  • Port 364 to 2.x #377
  • Removed HTML5 validation #375
  • Dependencies upgrade #379

Thanks to @Jean85 and @soullivaneuh for their amazing work!