LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony

MIT License

Downloads
9.4M
Stars
639
Committers
149

Bot releases are visible (Hide)

LiipFunctionalTestBundle - 2.0.0-alpha9

Published by alexislefebvre almost 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/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
LiipFunctionalTestBundle - 2.0.0-alpha8

Published by alexislefebvre about 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/2.0.0-alpha7...2.0.0-alpha8

Features:

  • added issue templates #455
  • Fix typo in HttpAssertions::assertValidationErrors #454
LiipFunctionalTestBundle - 2.0.0-alpha7

Published by alexislefebvre about 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/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
LiipFunctionalTestBundle - 1.10.0

Published by alexislefebvre about 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/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
LiipFunctionalTestBundle - 2.0.0-alpha6

Published by alexislefebvre over 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/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
LiipFunctionalTestBundle - 2.0.0-alpha5

Published by alexislefebvre over 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/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
LiipFunctionalTestBundle - 1.9.5: Fix conflicts with Symfony 4

Published by alexislefebvre over 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/1.9.4...1.9.5

Bug fixes:

  • Composer: Disallow Symfony 4 #410
LiipFunctionalTestBundle - 2.0.0-alpha4

Published by alexislefebvre over 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/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
LiipFunctionalTestBundle - 2.0.0-alpha3

Published by alexislefebvre over 6 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/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
LiipFunctionalTestBundle - 2.0.0-alpha1

Published by alexislefebvre over 6 years ago

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!

LiipFunctionalTestBundle - 1.8.0

Published by alexislefebvre over 7 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/1.7.3...1.8.0

Merged PRs:

  • Adds backup file param even to preFixtureRestore and postFixtureRestore #317
  • also allow twig/twig ~2.0 #306
  • Add purge mode for to load fixtures from files. #300
  • Added support for PHPUnit 6.1 #322

Dropped support of HHVM and Symfony 3.1

LiipFunctionalTestBundle - fixed a bug with sqlite caching

Published by lsmith77 over 7 years ago

see SQLSTATE[HY000]: General error: 17 database schema has changed #109

LiipFunctionalTestBundle - 1.7.2: Revert BC break

Published by alexislefebvre over 7 years ago

Revert Backward Compatibility break: #312

LiipFunctionalTestBundle - 1.7.1: support for fixture outside of bundle and allow loadFixtures() without arguments #310

Published by alexislefebvre over 7 years ago

  • Add support for wrong fixture path outside a bundle #302
  • Allow loadFixtures() without arguments #310
LiipFunctionalTestBundle - various bug fixes and improvements

Published by lsmith77 almost 8 years ago

  • Fix documentation error. #266
  • Extract HTTP assertions from Test/WebTestCase #269
  • Allow dependent fixtures to be imported correctly #45
  • Add documentation about fastest #281
  • Fixes #276: WebTestCase: Pass $omName to cleanDatabase() #278
  • Solution for issue #279 #280
  • Change reference to paratest in fastest doc #283
  • Update paratest.md #286
  • Static vs instance method makeClient in readme #287
  • Fixed typo #290
  • fix deprecation warnings with symfony 2.7 #293
  • Handle Symfony disabling the validator component #299
  • support 'exclude from purge' feature from doctrine/data-fixtures #298
LiipFunctionalTestBundle - 1.6.3: Fix test of the "paratest:run" command

Published by alexislefebvre over 8 years ago

  • #265: Fix test of the "paratest:run" command:
    • New: Pass optional arguments from "paratest:run" to the paratest command
LiipFunctionalTestBundle - 1.6.2: Set paratest defaults and fixed RunParatestCommand

Published by alexislefebvre over 8 years ago

LiipFunctionalTestBundle - 1.6.1: Check all the dependencies when checking database cache

Published by alexislefebvre over 8 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/1.6.0...1.6.1

  • #260: Fixes #257: Check all the dependencies when checking database cache
LiipFunctionalTestBundle - 1.6.0: Add paratest:run command for paratest and allow overriding of getPhpUnitXmlDir()

Published by alexislefebvre over 8 years ago

https://github.com/liip/LiipFunctionalTestBundle/compare/1.5.0...1.6.0

LiipFunctionalTestBundle - Add HautelookAliceBundle support forr custom provider / processor support

Published by lsmith77 over 8 years ago

see #181

also expanded the test suite

Package Rankings
Top 0.4% on Packagist.org
Badges
Extracted from project README
Build Status Latest Stable Version Latest Unstable Version
Related Projects