Skip to content

Releases: AVE-Systems/sonata-test-utils

v1.1.0

17 Jan 01:15
89e8b8c

Choose a tag to compare

Changelog (v1.0.0...v1.1.0)

  • Fixed assertHeaderFilterFieldsEqual when no header actions

  • Added assertTabsEqual

v1.0.0

28 Dec 02:26
82ee5de

Choose a tag to compare

Changelog (v0.0.0...v0.0.1)

  • Added assertMenuItemsInGroupEqual

  • Moved asserts from SonataAdminListBatchActionsTrait to SonataAdminActionsTrait

  • Moved asserts from SonataAdminFormTrait to SonataAdminActionsTrait.

  • Renamed assertActionButtonExists to assertHeaderActionButtonExists, assertActionButtonNotExists to assertHeaderActionButtonNotExists

  • Added assertHeaderActionButtonsEqual, assertHeaderFilterFieldsEqual, assertListBatchActionButtonsEqual, assertFormActionButtonsEqual

v0.2.1

26 May 11:48
6c12d57

Choose a tag to compare

Changelog (v0.2.0...v0.2.1)

  • Added menu item url assertion

v0.2.0

15 Apr 06:01
908ee8f

Choose a tag to compare

Changelog (v0.1.8...v0.2.0)

  • Added assertFlashInfoMessageExists

  • Translated documentation and fail messages, added, divided and renamed SonataAdminFlashMessagesTrait tests.

v0.1.8

28 Dec 00:53
3f1b229

Choose a tag to compare

Changelog (v0.1.7...v0.1.8)

  • Added new methods assertFormEmailFieldExists and assertFormEmailFieldValueEquals

v0.1.7

01 Oct 07:15
3c12b1d

Choose a tag to compare

Changelog (v0.1.6...v0.1.7)

  • Added a new method assertFormCheckboxFieldExistsAndUnchecked

v0.1.6

10 Sep 04:43
0d6167b

Choose a tag to compare

Changelog (v0.1.5...v0.1.6)

  • Fixed assertTabExists. Tab Pane can be outside container.

v0.1.5

17 Aug 05:29
3a11b7f

Choose a tag to compare

Changelog (v0.1.4...v0.1.5)

  • Fix test method testAssertFormCheckboxFieldExists_NotExists
  • Case without attribute 'selected' in option with empty value is taken into account for method 'assertSelectFormFieldValueEquals'

v0.1.4

27 Jan 03:32
f7b8517

Choose a tag to compare

Changelog (v0.1.3...v0.1.4)

  • Fixed SonataAdminFormTrait::assertSelectFormFieldValueEquals on empty value selected

v0.1.3

25 Jan 07:04

Choose a tag to compare

Changelog (v0.1.2...v0.1.3)

  • Fixed the version of composer as 1.10 in php dockerfile, updated composer dependencies, resolved warnings while docker container build and composer install
  • Added the ability for the method SonataAdminFormTrait::assertSelectFormFieldValueEquals to check that an empty value was selected