mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Add UPGRADE file info
This commit is contained in:
parent
7e3541196a
commit
80d018e87a
2 changed files with 3 additions and 1 deletions
|
|
@ -60,6 +60,8 @@ In Sylius 2.0, we have changed the visibility of services to `private` by defaul
|
|||
* The following classes were removed:
|
||||
|
||||
* `Sylius\Bundle\ApiBundle\EventListener\PostgreSQLDriverExceptionListener`
|
||||
* `Sylius\Bundle\CoreBundle\Twig\FilterExtension`
|
||||
* `Sylius\Bundle\CoreBundle\DependencyInjection\Compiler\LiipImageFiltersPass`
|
||||
* `Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\DataSource`
|
||||
* `Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\Driver`
|
||||
* `Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\ExpressionBuilder`
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ final readonly class NotificationContext implements Context
|
|||
{
|
||||
Assert::true($this->notificationsElement->hasNotification((string) NotificationType::success(), 'has been successfully updated.'));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @Then I should be notified that it :has been successfully deleted
|
||||
* @Then I should be notified that they :have been successfully deleted
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue