Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
'It is deprecated since Sylius 1.3 to pass indexed array as an image definition. ' . 'Please use associative array with "path" and "type" keys instead.'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductExampleFactory.php241
sprintf('Not passing a $fileLocator or/and $imageUploader to %s constructor is deprecated since Sylius 1.6 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php46
sprintf('Not passing a $avatarImageFactory to %s constructor is deprecated since Sylius 1.10 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php50
sprintf('Not passing a $couponFactory to %s constructor is deprecated since Sylius 1.8 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php49
sprintf('Using "%s" as Symfony kernel is deprecated since Sylius 1.3. Please migrate to Symfony 4 directory structure. Upgrade guide: https://github.com/Sylius/Sylius/blob/1.3/UPGRADE-1.3.md#directory-structure-change', self::class)/src/Sylius/Bundle/CoreBundle/Application/Kernel.php51
sprintf('Passing root directory to "%s" constructor as the second argument is deprecated since 1.2 ' . 'and this argument will be removed in 2.0.', self::class, )/src/Sylius/Bundle/CoreBundle/Installer/Requirement/FilesystemRequirements.php28
sprintf('Callback "%s" was renamed to "%s". The old name will be removed in Sylius 2.0, use the new name to override it.', 'winzou_state_machine.sylius_order.callbacks.after.sylis_cancel_order', 'winzou_state_machine.sylius_order.callbacks.after.sylius_cancel_order', )/src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/BackwardsCompatibility/CancelOrderStateMachineCallbackPass.php32
'Not passing availableProductOptionValuesResolver thru constructor is deprecated in Sylius 1.8 and ' . 'it will be removed in Sylius 2.0'/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php32
'The "MugProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/MugProductFixture.php19
'The "StickerProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/StickerProductFixture.php16
'The "TshirtProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/TshirtProductFixture.php19
'Use orderExampleFactory. OrderFixture is deprecated since 1.6 and will be prohibited since 2.0.'/src/Sylius/Bundle/CoreBundle/Fixture/OrderFixture.php80
'Passing RouterInterface as the fifth argument is deprecated since 1.8 and will be prohibited in 2.0'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ChannelExampleFactory.php54
'Passing RouterInterface as the sixth argument is deprecated since 1.8 and will be prohibited in 2.0'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ChannelExampleFactory.php58
sprintf('Not passing a $taxCategoryRepository to %s constructor is deprecated since Sylius 1.4 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShippingMethodExampleFactory.php48
sprintf('Not passing a $taxCategoryRepository to %s constructor is deprecated since Sylius 1.6 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductExampleFactory.php69
'The "Sylius\Bundle\ShippingBundle\Provider\Calendar" class is deprecated since Sylius 1.11 and will be removed in 2.0. Use "Sylius\Calendar\Provider\Calendar" instead.'/src/Sylius/Bundle/ShippingBundle/Provider/Calendar.php17
sprintf('Using "%s" to add blocks to the templates is deprecated since Sylius 1.7 and will be removed in Sylius 2.0. Use "sylius_ui" configuration instead.', self::class)/src/Sylius/Bundle/UiBundle/Block/BlockEventListener.php27
sprintf('Passing a "Sylius\Bundle\ShippingBundle\Provider\DateTimeProvider" to "%s" constructor is deprecated since Sylius 1.11 and will be prohibited in 2.0. Use "Sylius\Calendar\Provider\DateTimeProviderInterface" instead.', self::class)/src/Sylius/Bundle/ShippingBundle/Assigner/ShippingDateAssigner.php26
sprintf('Not passing a $slugGenerator to %s constructor is deprecated since Sylius 1.11 and will be prohibited in Sylius 2.0.', self::class)/src/Sylius/Bundle/ProductBundle/Controller/ProductSlugController.php27
sprintf('Passing an instance of %s as constructor argument for %s is deprecated as of Sylius 1.12 and will be removed in 2.0. Pass an instance of %s instead.', SessionInterface::class, self::class, RequestStack::class)/src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/GenerateProductVariantsSubscriber.php34
sprintf('Not passing an instance of %s to %s constructor is deprecated since Sylius 1.8 and will be removed in Sylius 2.0.', DecoratedOrderEmailManagerInterface::class, self::class, )/src/Sylius/Bundle/ShopBundle/EmailManager/OrderEmailManager.php30
sprintf('Passing an array or an instance of "%s" as 5th parameter of the constructor of "%s" is deprecated since API Platform 2.5, pass an array instead', FormatsProviderInterface::class, __CLASS__, )/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php76
sprintf('Not passing locale code into %s::%s is deprecated since Sylius 1.7', __CLASS__, __METHOD__)/src/Sylius/Bundle/ShopBundle/EmailManager/ContactEmailManager.php40
sprintf('Not passing channel into %s::%s is deprecated since Sylius 1.7', __CLASS__, __METHOD__)/src/Sylius/Bundle/ShopBundle/EmailManager/ContactEmailManager.php34
'The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated since Sylius 1.12 and will be removed in 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead.'/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php23
'Not passing a calculator is deprecated since 1.6. Argument will no longer be optional from 2.0.'/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php33
'Not passing createdByGuestFlagResolver through constructor is deprecated in Sylius 1.10.9 and it will be prohibited in Sylius 2.0'/src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php50
sprintf('Not passing a $taxationAddressResolver to %s constructor is deprecated since Sylius 1.11 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Component/Core/OrderProcessing/OrderTaxesProcessor.php40
'This method is deprecated since Sylius 1.12 and it will be removed in Sylius 2.0. Please use `isCreatedByGuest` instead.'/src/Sylius/Component/Core/Model/Order.php481
'This method is deprecated since Sylius 1.12 and it will be removed in Sylius 2.0. This flag should be changed only through `setCustomerWithAuthorization` method.'/src/Sylius/Component/Core/Model/Order.php488
sprintf('Not passing a $authenticationUtils to %s constructor is deprecated since Sylius 1.11 and will be prohibited in Sylius 2.0.', self::class)/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php31
sprintf('Passing Gaufrette\FilesystemInterface as a first argument in %s constructor is deprecated since Sylius 1.12 and will be not possible in Sylius 2.0.', self::class, )/src/Sylius/Component/Core/Uploader/ImageUploader.php42
'Not passing scopeTypes thru constructor is deprecated in Sylius 1.5 and it will be removed in Sylius 2.0'/src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php28
'Importing files from Sylius/Sylius\'s "app/config" directory is deprecated since Sylius 1.3.'/app/config/_container_deprecation.php18
'Not passing LocaleContextInterface explicitly as the second argument is deprecated since 1.4 and will be prohibited in 2.0'/src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelper.php28
'Importing files from Sylius/Sylius\'s "app/config" directory is deprecated since Sylius 1.3.'/app/config/_routing_deprecation.php20
'Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.'/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php23
'The "TestAppKernel" class located at "app/TestAppKernel.php" is deprecated since Sylius 1.3. Use "Kernel" class located at "src/Kernel.php" instead.'/app/TestAppKernel.php18
'The "BookProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/BookProductFixture.php16
sprintf('The "%s" class is deprecated since Sylius 1.12 and will be removed in 2.0. Use "%s" instead.', self::class, FlysystemFilesystemAdapter::class, )/src/Sylius/Component/Core/Filesystem/Adapter/GaufretteFilesystemAdapter.php26
sprintf('Not passing an $addressComparator to "%s" constructor is deprecated since Sylius 1.8 and will be impossible in Sylius 2.0.', __CLASS__, )/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/AddressType.php44
'Not passing a logger is deprecated since 1.7'/src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdater.php35
'Passing RouterInterface as the fourth argument is deprecated since 1.4 and will be prohibited in 2.0'/src/Sylius/Bundle/AdminBundle/Controller/ImpersonateUserController.php41
'Not passing CommandBasedContextCheckedInterface explicitly as the third argument is deprecated since 1.11 and will be prohibited in 2.0.'/src/Sylius/Component/Core/Translation/TranslatableEntityLocaleAssigner.php32
sprintf('Not passing a $formFactory to %s constructor is deprecated since Sylius 1.11 and will be prohibited in Sylius 2.0.', self::class)/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php35
sprintf('Not passing an $imagePathGenerator to %s constructor is deprecated since Sylius 1.6 and will be not possible in Sylius 2.0.', self::class, )/src/Sylius/Component/Core/Uploader/ImageUploader.php51
sprintf('This class is deprecated since Sylius 1.2 and will be removed in 2.0. "%s" should be used instead.', EligibleDefaultShippingMethodResolver::class)/src/Sylius/Component/Core/Resolver/DefaultShippingMethodResolver.php25
'Not passing adjustments types explicitly is deprecated since 1.2 and will be prohibited in 2.0'/src/Sylius/Component/Core/OrderProcessing/OrderAdjustmentsClearer.php28
'Not passing ShippingMethodsResolverInterface explicitly is deprecated since 1.2 and will be prohibited in 2.0'/src/Sylius/Component/Core/OrderProcessing/OrderShipmentProcessor.php35
sprintf('Passing a "Sylius\Component\Core\Calculator\ProductVariantPriceCalculatorInterface" to "%s" constructor is deprecated since Sylius 1.11 and will be prohibited in 2.0. Use "Sylius\Component\Core\Calculator\ProductVariantPricesCalculatorInterface" instead.', self::class)/src/Sylius/Component/Core/OrderProcessing/OrderPricesRecalculator.php29
sprintf('The "%s" class is deprecated since Sylius 1.8, use "%s" instead.', 'Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker', 'Sylius\Component\Shipping\Checker\Eligibility\CompositeShippingMethodEligibilityChecker')/src/Sylius/Component/Shipping/Checker/ShippingMethodEligibilityChecker.php19
sprintf('The "%s" interface is deprecated since Sylius 1.8, use "%s" instead.', ShippingMethodEligibilityCheckerInterface::class, NewShippingMethodEligibilityCheckerInterface::class)/src/Sylius/Component/Shipping/Checker/ShippingMethodEligibilityCheckerInterface.php21
'This class is deprecated since Sylius 1.12 and will be removed in 2.0. Copy these constants if you use them.'/src/Sylius/Component/Shipping/ShipmentUnitTransitions.php16
'Not passing TaxRateDateEligibilityCheckerInterface through constructor is deprecated in Sylius 1.12 and it will be prohibited in Sylius 2.0'/src/Sylius/Component/Taxation/Resolver/TaxRateResolver.php28
'Sylius was not able to find the cart for currently logged in user.'/src/Sylius/Bundle/CoreBundle/spec/Context/CustomerAndChannelBasedCartContextSpec.php71
sprintf('Currency "%s" is not available! The available ones are: "%s".', $currencyCode, implode('", "', $availableCurrenciesCodes), )/src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php38
'Sylius was not able to find the cart, as there is no current channel.'/src/Sylius/Bundle/CoreBundle/spec/Context/CustomerAndChannelBasedCartContextSpec.php95
'Sylius was not able to find the cart, as there is no logged in user.'/src/Sylius/Bundle/CoreBundle/spec/Context/CustomerAndChannelBasedCartContextSpec.php85
sprintf('Product variant %s has no price defined for channel %s', $productVariant->getDescriptor( ), $channel->getName( ))/src/Sylius/Component/Core/Exception/MissingChannelConfigurationException.php28
sprintf('Customer with email "%s" does not exist.', $email)/src/Sylius/Component/Core/Exception/CustomerNotFoundException.php25
sprintf('Currency "%s" is disabled!', $currencyCode)/src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php30
sprintf('Currency "%s" cannot be found!', $currencyCode)/src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php25
sprintf('Locale "%s" cannot be found!', $localeCode)/src/Sylius/Component/Locale/Context/LocaleNotFoundException.php25
sprintf('Locale "%s" is not available! The available ones are: "%s".', $localeCode, implode('", "', $availableLocalesCodes), )/src/Sylius/Component/Locale/Context/LocaleNotFoundException.php30
'There is no main request on request stack.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php57
'The main request is not an API request.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php72
'Sylius was not able to find the cart, as there is no passed token value.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php87
'Sylius was not able to find the cart for passed token value.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php104
sprintf('There is no product association with name %s.', $productAssociationTypeName)/src/Sylius/Behat/Context/Api/Shop/ProductContext.php768
sprintf('There is menu item %s but it should not be', $unexpectedMenuItem)/src/Sylius/Behat/Context/Api/Shop/HomepageContext.php112
'Expected product does not exist'/src/Sylius/Behat/Context/Api/Shop/CartContext.php984
sprintf('Price for product %s had not been found', $product->getName( ))/src/Sylius/Behat/Context/Api/Shop/CartContext.php1002
'Invalid item data'/src/Sylius/Behat/Context/Api/Shop/CartContext.php941
'Invalid item data'/src/Sylius/Behat/Context/Api/Shop/CartContext.php957
'Expected array to have variant key and variant to have product, but one these keys is missing. Current array: ' . serialize($item)/src/Sylius/Behat/Context/Api/Shop/CartContext.php846
'Expected array to have variant key and variant to have product, but one these keys is missing. Current array: ' . serialize($item)/src/Sylius/Behat/Context/Api/Shop/CartContext.php860
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php753
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php772
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php462
sprintf('Could not find item with option "%s" set to "%s"', $optionName, $optionValue)/src/Sylius/Behat/Context/Api/Shop/CartContext.php735
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php424
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php443
'Expected a value other than null.'/src/Sylius/Behat/Context/Api/Shop/ProductAttributeContext.php124
sprintf('Could not find variant with option "%s" set to "%s"', $productOption, $productOptionValue)/src/Sylius/Behat/Context/Api/Shop/CartContext.php166
'There is no main request on request stack.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php55
'Sylius was not able to find the cart for passed token value.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php45
sprintf('No route matches "%s".', $iri)/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php50
'The main request is not an API request.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php64
sprintf('%s does not support subresources', self::class)/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php66
sprintf('No resource associated to "%s".', $iri)/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php54
'Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'/src/Sylius/Bundle/ApiBundle/Tests/Application/config/bootstrap.php25
'Payment method can not be set'/src/Sylius/Bundle/ApiBundle/Changer/PaymentMethodChanger.php57
sprintf('There is no shop user with %s email verification token', $command->token)/src/Sylius/Bundle/ApiBundle/CommandHandler/Account/VerifyCustomerAccountHandler.php39
'Couldn\'t find given shipping method for this order'/src/Sylius/Behat/Context/Api/Shop/CheckoutContext.php728
'Passwords do not match.'/src/Sylius/Bundle/ApiBundle/CommandHandler/Account/ChangeShopUserPasswordHandler.php35
'Couldn\'t find given payment method for this order'/src/Sylius/Behat/Context/Api/Shop/CheckoutContext.php711
'Sylius was not able to find the cart, as there is no passed token value.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php40
'Expected array to have variant key, but this key is missing. Current array: ' . json_encode($item)/src/Sylius/Behat/Context/Api/Shop/OrderContext.php410
sprintf('User with email "%s" is already registered.', $command->email)/src/Sylius/Bundle/ApiBundle/CommandHandler/Account/RegisterShopUserHandler.php52
'There is no product with given name.'/src/Sylius/Behat/Context/Api/Shop/OrderContext.php165
'Choose name should throw an exception!'/src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php150
sprintf('Value "%s" not found in attribute %s', $value, $attribute->getName( ), )/src/Sylius/Behat/Context/Setup/ProductAttributeContext.php192
'Order should have at least one shipment.'/src/Sylius/Behat/Context/Api/EmailContext.php182
sprintf('Cannot find %s/%s exchange rate.', $sourceCurrencyCode, $targetCurrencyCode)/src/Sylius/Behat/Context/Api/Shop/ExchangeRateContext.php81
'It is impossible to go to shipping step from current page.'/src/Sylius/Behat/Context/Ui/Shop/CheckoutContext.php179
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryItemExtension/AddressItemExtension.php50
'It should not be possible to complete checkout shipping step.'/src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutShippingContext.php212
'Requested method is not allowed.'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryItemExtension/AddressItemExtension.php83
'It should not be possible to complete checkout payment step.'/src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutPaymentContext.php164
'Order not found'/src/Sylius/Bundle/ApiBundle/DataProvider/OrderAdjustmentsSubresourceDataProvider.php48
'It should not be possible to complete checkout complete step.'/src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutCompleteContext.php369
'Not Found'/src/Sylius/Bundle/ApiBundle/Controller/GetProductBySlugAction.php47
sprintf('Expected "%s" not to be in "%s"', $currencyCode, implode('", "', $this->homePage->getAvailableCurrencies( )), )/src/Sylius/Behat/Context/Ui/Shop/CurrencyContext.php64
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/DataPersister/AddressDataPersister.php41
sprintf('Menu should not contain %s element', $menuItem)/src/Sylius/Behat/Context/Ui/Shop/HomepageContext.php89
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/DataPersister/AddressDataPersister.php62
'Dashboard has been openned, but it shouldn\'t as customer should not be logged in'/src/Sylius/Behat/Context/Ui/Shop/AccountContext.php501
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/AddressesExtension.php46
'It is impossible to go to addressing step from current page.'/src/Sylius/Behat/Context/Ui/Shop/CheckoutContext.php159
'Requested method is not allowed.'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/AddressesExtension.php66
'Some system requirements are not fulfilled. Please check output messages and fix them.'/src/Sylius/Bundle/CoreBundle/Command/CheckRequirementsCommand.php42
sprintf('Extension %s must implement %s.', $extension::class, ExtensionInterface::class)/src/Sylius/Bundle/CoreBundle/Application/SyliusPluginTrait.php47
sprintf('Users will expect the alias of the default extension of a plugin to be the underscored version of the plugin name ("%s"). You can override "Bundle::getContainerExtension()" if you want to use "%s" or another alias.', $expectedAlias, $extension->getAlias( ), )/src/Sylius/Bundle/CoreBundle/Application/SyliusPluginTrait.php55
sprintf('Create directory "%s" and run command "<comment>%s</comment>"', realpath($directory), $this->name, )/src/Sylius/Bundle/CoreBundle/Installer/Checker/CommandDirectoryChecker.php43
sprintf('Variant "%s" not found for product %s', !empty($optionValues[0]) ? $optionValues[0]->getCode( ) : '', $this->product->getCode( ), )/src/Sylius/Bundle/ProductBundle/Form/DataTransformer/ProductVariantToProductOptionsTransformer.php81
'Get promotion total should throw an exception!'/src/Sylius/Behat/Context/Ui/Shop/CartContext.php248
'Tagged tax calculation strategies need to have `type` and `label` attributes.'/src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/RegisterTaxCalculationStrategiesPass.php37
'Get shipping total should throw an exception!'/src/Sylius/Behat/Context/Ui/Shop/CartContext.php232
sprintf('Cannot provide only available values in "%s" because a "%s" is required but ' . 'none has been set.', __CLASS__, AvailableProductOptionValuesResolverInterface::class, )/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php55
sprintf('There is no notification with "%s". Got "%s"', $expectedNotification, $hasNotifications)/src/Sylius/Behat/Context/Ui/PaypalContext.php113
'You must specify the "product" option when "only_available_values" is true.'/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php49
'Order should have at least one shipment.'/src/Sylius/Behat/Context/Ui/EmailContext.php179
'Unable to get schema manager.'/src/Sylius/Bundle/CoreBundle/Installer/Provider/DatabaseSetupCommandsProvider.php103
'The page should not be able to open.'/src/Sylius/Behat/Context/Ui/Shop/LocaleContext.php94
sprintf('Set "%s" writable and run command "<comment>%s</comment>"', realpath(dirname($directory)), $this->name, )/src/Sylius/Bundle/CoreBundle/Installer/Checker/CommandDirectoryChecker.php66
sprintf('Expected "%s" not to be in "%s"', $locale, implode('", "', $this->homePage->getAvailableLocales( )), )/src/Sylius/Behat/Context/Ui/Shop/LocaleContext.php78
sprintf('Invalid filesystem adapter "%s" provided.', $config['filesystem']['adapter'], )/src/Sylius/Bundle/CoreBundle/DependencyInjection/SyliusCoreExtension.php85
sprintf('Vertical menu should not contain %s element', $menuItem)/src/Sylius/Behat/Context/Ui/Shop/ProductContext.php887
'This command terminated with a permission error.'/src/Sylius/Bundle/CoreBundle/Installer/Executor/CommandExecutor.php44
'Not recognized price type'/src/Sylius/Behat/Context/Ui/Shop/ProductContext.php416
'Cart with given token value could not be found'/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php46
'There is an assigned customer to this cart'/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php50
sprintf('Cannot pick up cart, locale code "%s" does not exist.', $localeCode, )/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/PickupCartHandler.php108
'There is currently no customer with given email'/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php39
'Visitor should provide an email'/src/Sylius/Bundle/ApiBundle/CommandHandler/Catalog/AddProductReviewHandler.php46
'Payment method can not be set'/src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/ChoosePaymentMethodHandler.php81
sprintf('Resource "%s" not found.', $resourceClass)/src/Sylius/Bundle/ApiBundle/ApiPlatform/Factory/MergingExtractorResourceMetadataFactory.php89
sprintf('Request does not have the following required fields specified: %s.', implode(', ', $missingFields))/src/Sylius/Bundle/ApiBundle/Serializer/CommandDenormalizer.php70
sprintf('The operation "%s" cannot be found in the Swagger specification.', $swaggerData['operationId'])/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php171
sprintf('No %s route associated with the type "%s".', $operationType, $resourceClass)/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Routing/RouteNameResolver.php98
sprintf('Each object passed as option list must implement "%s"', ProductOptionInterface::class)/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueCollectionType.php44
sprintf('Invalid child property value type for property "%s", expected array', $propertyName, )/src/Sylius/Bundle/ApiBundle/ApiPlatform/ResourceMetadataPropertyValueResolver.php47
sprintf('Catalog promotion with code "%s" cannot be removed as it is now being processed.', $catalogPromotionCode, )/src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php55
sprintf('Catalog promotion with code "%s" cannot be removed as it is not in an inactive state.', $catalogPromotion->getCode( ), )/src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandHandler/RemoveInactiveCatalogPromotionHandler.php42
'Catalog promotion with given code does not exist.'/src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php86
'Invalid catalog promotion state.'/src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php62
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php41
sprintf('Expected "%s", but got "%s"', $expectedType, get_debug_type($value), )/src/Sylius/Bundle/CoreBundle/Form/DataTransformer/ProductTaxonToTaxonTransformer.php72
'Sylius was not able to find the cart, as there is no current channel.'/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php41
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php48
'Sylius was not able to find the cart, as there is no logged in user.'/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php46
'Sylius was not able to find the cart for currently logged in user.'/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php52
'Email is null or not provided'/src/Sylius/Bundle/CoreBundle/OAuth/UserProvider.php76
sprintf("The field '%s' is not mapped by Doctrine, so it cannot be validated.", $enabledPropertyPath)/src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasEnabledEntityValidator.php134
sprintf('An exception was thrown during loading zone "%s" with code "%s"!', $zoneName, $zoneCode, )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php156
'Cannot resolve zone type!'/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php191
'Cannot resolve zone members!'/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php203
sprintf('Could not find country "%s", defined ones are: %s!', $countryCode, implode(', ', $options['countries']), )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php215
sprintf('Could not find province "%s", defined ones are: %s!', $provinceCode, implode(', ', $options['provinces']), )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php231
sprintf('Could not find zone "%s", defined ones are: %s!', $zoneCode, implode(', ', array_keys($options['zones'])), )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php242
sprintf('The %s resource for field %s with value %s was not found', $repository->getClassName( ), $field, $previousValue, )/src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php155
sprintf('No entities found of type %s', $repository->getClassName( ))/src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php178
'You must configure a $fileLocator or/and $imageUploader'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php105
'You must configure a $couponFactory'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php142
sprintf('Provided province code is not valid for "%s"', $country->getName( ))/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AddressExampleFactory.php124
sprintf('Country has defined provinces, but %s is not one of them', $provinceName)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AddressExampleFactory.php153
sprintf('You have no shipping method available for the channel with code "%s", but they are required to proceed an order', $channel->getCode( ), )/src/Sylius/Bundle/CoreBundle/Fixture/Factory/OrderExampleFactory.php208
'Password reset token has expired'/src/Sylius/Bundle/CoreBundle/Security/UserPasswordResetter.php40
'Cannot define coupons for promotion that is not coupon based'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php146
sprintf('You have no enabled products at the channel "%s", but they are required to create an orders for that channel', $channel->getCode( ), )/src/Sylius/Bundle/CoreBundle/Fixture/Factory/OrderExampleFactory.php149
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Day.php51
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Month.php51
sprintf('The position "%s" is invalid.', $newProductTaxonPosition)/src/Sylius/Bundle/CoreBundle/Controller/ProductTaxonController.php102
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Week.php51
'Cannot delete, the resource is in use.'/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Handler/ResourceDeleteHandler.php45
'Ups, something went wrong during deleting a resource, please try again.'/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Handler/ResourceDeleteHandler.php55
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Hour.php51
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Year.php51
'The value cannot be blank.'/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php72
'The email you entered is invalid.'/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php57
sprintf('User type %s misconfigured.', $userType)/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php153
sprintf('Could not find user identified by email "%s"', $email)/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php113
sprintf('The shipment with id %s has not been found', $shipmentId)/src/Sylius/Bundle/AdminBundle/Action/ResendShipmentConfirmationEmailAction.php56
sprintf('PriorityQueue expects an internal queue of type SplPriorityQueue; received "%s"', get_class($this->queue))/etc/psalm/LaminasPriorityQueueStub.php328
sprintf('The order with id %s has not been found', $orderId)/src/Sylius/Bundle/AdminBundle/Action/ResendOrderConfirmationEmailAction.php56
'Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'/config/bootstrap.php15
'Token not found'/src/Sylius/Bundle/AdminBundle/Action/Account/RenderResetPasswordPageAction.php50
'SYMFONY_VERSION environment variable is not set.'/RoboFile.php56
'No promotion id given.'/src/Sylius/Bundle/PromotionBundle/Controller/PromotionCouponController.php34
'In order to use this subscriber, your class has to implement UserInterface'/src/Sylius/Bundle/UserBundle/EventListener/UserLastLoginSubscriber.php72
'Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'/src/Sylius/Bundle/AdminBundle/test/config/bootstrap.php25
'The catalog promotion has not been found'/src/Sylius/Bundle/AdminBundle/Controller/RemoveCatalogPromotionAction.php36
'The catalog promotion has not been found'/src/Sylius/Bundle/AdminBundle/Controller/RemoveCatalogPromotionAction.php48
'Tagged catalog promotion variant checker `' . $id . '` needs to have `type` attribute.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/SetCatalogPromotionScopeTypesPass.php27
sprintf('Taxon with id %d does not exist.', $id)/src/Sylius/Bundle/TaxonomyBundle/Controller/TaxonPositionController.php60
'Cannot generate slug without a name'/src/Sylius/Bundle/TaxonomyBundle/Controller/TaxonSlugController.php38
'Tagged payment methods resolvers need to have `type` and `label` attributes.'/src/Sylius/Bundle/PaymentBundle/DependencyInjection/Compiler/RegisterPaymentMethodsResolversPass.php34
'Promotion not found.'/src/Sylius/Bundle/PromotionBundle/Controller/PromotionCouponController.php38
'Delete account should throw an exception!'/src/Sylius/Behat/Context/Ui/CustomerContext.php45
'Tagged promotion action `' . $id . '` needs to have `type`, `form_type` and `label` attributes.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/RegisterPromotionActionsPass.php35
sprintf('Cannot find "%s" token, check if you are after proper checkout steps', $name)/src/Sylius/Behat/Page/External/PaypalExpressCheckoutPage.php95
'Tagged rule checker `' . $id . '` needs to have `type`, `form_type` and `label` attributes.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/RegisterRuleCheckersPass.php35
sprintf('Expected to be on "%s" but found "%s" instead', $this->getUrl($urlParameters), $this->getSession( )->getCurrentUrl( ))/src/Sylius/Behat/Page/External/PaypalExpressCheckoutPage.php56
'Tagged catalog promotion price calculator `' . $id . '` needs to have `type` attribute.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/SetCatalogPromotionActionTypesPass.php27
sprintf('Cannot find pricing row for variant "%s" in channel "%s"', $variantName, $channelName)/src/Sylius/Behat/Page/Admin/Product/ShowPage.php112
'Token not found.'/src/Sylius/Bundle/UserBundle/Controller/UserController.php90
'You must configure the check path to be handled by the firewall.'/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php78
'You must configure the logout path to be handled by the firewall.'/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php86
sprintf('At least one user type should implement %s', UserInterface::class)/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php34
'You have to be registered user to access this section.'/src/Sylius/Bundle/UserBundle/Controller/UserController.php45
sprintf('User with ID "%d" could not be refreshed.', $user->getId( ))/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php72
sprintf('Instances of "%s" are not supported.', $user::class)/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php64
sprintf('User must implement "%s".', SyliusUserInterface::class)/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php58
sprintf('Username "%s" does not exist.', $username)/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php42
'Unauthenticated token'/src/Sylius/Bundle/UserBundle/Security/UserLogin.php46
sprintf('Using the "%s" class with "%s" argument is prohibited since Sylius 1.12, use "%s" service instead.', self::class, PasswordHasherFactoryInterface::class, UserPasswordHasher::class, )/src/Sylius/Bundle/UserBundle/Security/UserPasswordEncoder.php35
'Requested country does not exist.'/src/Sylius/Bundle/AddressingBundle/Controller/ProvinceController.php44
'ProvinceAddressConstraintValidator can only validate instances of "Sylius\Component\Addressing\Model\AddressInterface"'/src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ProvinceAddressConstraintValidator.php34
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/OrderBundle/Context/SessionBasedCartContext.php42
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/OrderBundle/Context/SessionBasedCartContext.php34
sprintf('None of the available locales is acceptable: "%s".', implode('", "', $this->availableLocalesCodes), )/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php57
'No main request available.'/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php41
'No locale attribute is set on the master request.'/src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php36
'No main request available.'/src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php31
'Tagged gateway configuration type needs to have `type` and `label` attributes.'/src/Sylius/Bundle/PayumBundle/DependencyInjection/Compiler/RegisterGatewayConfigTypePass.php35
'There are not any requests on request stack'/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php50
'Channel was not found for given request'/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php59
sprintf('Currency "%s" not found! Available names: %s.', $name, implode(', ', $names), )/src/Sylius/Component/Currency/Converter/CurrencyNameConverter.php26
sprintf('Country "%s" not found! Available names: %s.', $name, implode(', ', $names), )/src/Sylius/Component/Addressing/Converter/CountryNameConverter.php26
sprintf('Unexpected zone type "%s".', $type)/src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php96
'Wrong zone type supplied.'/src/Sylius/Component/Addressing/Model/Zone.php91
'Storage not support composite primary ids'/src/Sylius/Bundle/PayumBundle/Storage/DoctrineStorage.php62
sprintf('Order with token "%s" does not exist.', $tokenValue)/src/Sylius/Bundle/PayumBundle/Controller/PayumController.php61
sprintf('The algorithm "%s" is not supported.', $this->algorithm)/src/Sylius/Component/User/Security/UserPbkdf2PasswordEncoder.php76
'The attribute is undefined, so you cannot access proxy methods.'/src/Sylius/Component/Attribute/Model/AttributeValue.php206
'Sylius was not able to prepare the cart.'/src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php73
sprintf('Interval "%s" not supported.', $interval->asString( ))/src/Sylius/Component/Core/Dashboard/SalesDataProvider.php145
sprintf('Cannot resolve available product option values. Option "%s" does not belong to product "%s".', $productOption->getCode( ), $product->getCode( ), )/src/Sylius/Component/Product/Resolver/AvailableProductOptionValuesResolver.php27
'The option have not been created yet so you cannot access proxy methods.'/src/Sylius/Component/Product/Model/ProductOptionValue.php101
'The option have not been created yet so you cannot access proxy methods.'/src/Sylius/Component/Product/Model/ProductOptionValue.php87
'Cannot calculate charge for shipment without a defined shipping method.'/src/Sylius/Component/Shipping/Calculator/DelegatingCalculator.php28
sprintf('Channel %s has no amount defined for shipping method %s', $subject->getOrder( )->getChannel( )->getName( ), $subject->getMethod( )->getName( ), )/src/Sylius/Component/Core/Shipping/Calculator/PerUnitRateCalculator.php35
sprintf('Channel %s has no amount defined for shipping method %s', $subject->getOrder( )->getChannel( )->getName( ), $subject->getMethod( )->getName( ), )/src/Sylius/Component/Core/Shipping/Calculator/FlatRateCalculator.php34
'Order should have at least one shipment.'/src/Sylius/Component/Core/Taxation/Applicator/OrderShipmentTaxesApplicator.php43
'Order has no channel, but it should.'/src/Sylius/Component/Core/Provider/ActivePromotionsByChannelProvider.php36
sprintf('No message spooled with recipient "%s"', $recipient)/src/Sylius/Component/Core/Test/SwiftmailerAssertionTrait.php40
sprintf('No message spooled with recipient "%s" and content "%s"', $recipient, $message, )/src/Sylius/Component/Core/Test/SwiftmailerAssertionTrait.php60
sprintf('Cannot find name for "%s" locale code', $code)/src/Sylius/Component/Locale/Converter/LocaleConverter.php37
'No locale is set for current channel!'/src/Sylius/Component/Core/Locale/LocaleStorage.php35
'This order item unit is assigned to a different order item.'/src/Sylius/Component/Order/Model/OrderItem.php171
'createNew'/src/Sylius/Component/Order/Factory/OrderItemUnitFactory.php34
'Given adjustable object class is not supported.'/src/Sylius/Component/Order/Model/Adjustment.php236
'Adjustment is locked and cannot be modified.'/src/Sylius/Component/Order/Model/Adjustment.php245
sprintf('Unable to generate an IRI for "%s".', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php174
sprintf('Unable to generate an IRI for the item of type "%s"', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php155
sprintf('Unable to generate an IRI for the item of type "%s"', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php135
sprintf('Item not found for "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php122
'Route name could not be matched to provided pages.'/src/Sylius/Behat/Service/Resolver/CurrentPageResolver.php44
'Time has run out and the assertion has not passed yet.'/src/Sylius/Behat/Service/Helper/JavaScriptTestHelper.php89
sprintf('Column with name "%s" not found!', $fieldName)/src/Sylius/Behat/Service/Accessor/TableAccessor.php183
sprintf('Could not find column with index %d', $columnIndex)/src/Sylius/Behat/Service/Accessor/TableAccessor.php45
'Could not find any row with given fields'/src/Sylius/Behat/Service/Accessor/TableAccessor.php35
'Could not find row with given fields'/src/Sylius/Behat/Service/Accessor/TableAccessor.php26
sprintf('Unable to generate an IRI for "%s".', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php205
sprintf('Unable to generate an IRI for "%s".', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php193
sprintf('Trying to overwrite block "%s" with block "%s".', $this->name, $block->name, )/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php69
'Tagged attribute type needs to have `attribute_type`, `label` and `form_type` attributes.'/src/Sylius/Bundle/AttributeBundle/DependencyInjection/Compiler/RegisterAttributeTypePass.php35
'You must configure the logout path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/Controller/SecurityController.php68
0/RoboFile.php42
1/RoboFile.php42
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php49
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php54
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php66
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php70
'First'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php72
'Second'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php109
'You must configure the logout path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/spec/Controller/SecurityControllerSpec.php103
'First'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php110
'You must configure the check path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/spec/Controller/SecurityControllerSpec.php95
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php47
'First'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php36
'Fourth'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php69
'Third'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php70
'Second'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php71
'Number of targets must be bigger than 0.'/src/Sylius/Component/Core/spec/Distributor/IntegerDistributorSpec.php42
sprintf('Cannot resolve available product option values. Option "%s" does not belong to product "%s".', self::PRODUCT_OPTION_CODE, self::PRODUCT_CODE, )/src/Sylius/Component/Product/spec/Resolver/AvailableProductOptionValuesResolverSpec.php52
'Could not generate'/src/Sylius/Bundle/PromotionBundle/Tests/Command/GenerateCouponsCommandTest.php127
'Second'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php35
'Order has no channel, but it should.'/src/Sylius/Component/Core/spec/Provider/ActivePromotionsByChannelProviderSpec.php76
'This order item unit is assigned to a different order item.'/src/Sylius/Component/Order/spec/Model/OrderItemSpec.php168
'There is no payment with given data.'/src/Sylius/Behat/Context/Api/Admin/ManagingPaymentsContext.php125
'There is no product with given name.'/src/Sylius/Behat/Context/Api/Admin/ManagingOrdersContext.php228
sprintf('There is no "%s" action with %f', PercentageDiscountPriceCalculator::TYPE, $amount)/src/Sylius/Behat/Context/Api/Admin/ManagingCatalogPromotionsContext.php991
sprintf('There is no "%s" action with %d for "%s" channel', FixedDiscountPriceCalculator::TYPE, $amount, $channel->getName( ), )/src/Sylius/Behat/Context/Api/Admin/ManagingCatalogPromotionsContext.php967
sprintf('The iri "%s" references a collection not an item.', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php95
sprintf('Item not found for "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php115
sprintf('No route matches "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php87
sprintf('No resource associated to "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php91
sprintf('Something went wrong, cannot open %s', $source)/src/Sylius/Behat/Service/ResponseLoader.php98
sprintf('Given source %s is a folder!', $source)/src/Sylius/Behat/Service/ResponseLoader.php110
sprintf('File %s does not exist', $source)/src/Sylius/Behat/Service/ResponseLoader.php74
sprintf('Something went wrong, file %s is empty', $source)/src/Sylius/Behat/Service/ResponseLoader.php86
sprintf('There is no current resource for "%s"!', $key)/src/Sylius/Behat/Service/SharedStorage.php25
sprintf('There is no "%s" latest resource!', $this->latestKey)/src/Sylius/Behat/Service/SharedStorage.php52
sprintf('Cannot find variant "%s" %s / "%s" %s within product "%s"', $value1, $option1, $value2, $option2, $product->getCode( ), )/src/Sylius/Behat/Context/Transform/ProductVariantContext.php144
sprintf("Toggleable element state is '%s' but expected '%s'.", $toggleableElement->isChecked( ) ? 'true' : 'false', $expectedState ? 'true' : 'false', )/src/Sylius/Behat/Behaviour/Toggles.php52
'The given order has no shipping adjustment with proper amount and method'/src/Sylius/Behat/Context/Domain/ManagingOrdersContext.php189
'Price string should not have more than 2 decimal digits.'/src/Sylius/Behat/Context/Transform/LexicalContext.php50
'There is no shipment with given data'/src/Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php237
'The given order has no shipping adjustment with proper amount and method'/src/Sylius/Behat/Context/Domain/ManagingOrdersContext.php173
'Tagged shipping methods resolvers need to have `type` and `label` attributes.'/src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterShippingMethodsResolversPass.php34
'Tagged shipping method rule checker `' . $id . '` needs to have `type`, `form_type` and `label` attributes.'/src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterRuleCheckersPass.php36
'Tagged shipping calculators needs to have `calculator` and `label` attributes.'/src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterCalculatorsPass.php35
'Cannot delete a product that is in use by a promotion rule.'/src/Sylius/Bundle/ApiBundle/EventSubscriber/ProductDeletionEventSubscriber.php46
'Route not found'/src/Sylius/Bundle/ApiBundle/EventSubscriber/KernelRequestEventSubscriber.php43
'You must configure the check path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/Controller/SecurityController.php63
'Tagged taxation calculators needs to have `calculator` attribute.'/src/Sylius/Bundle/TaxationBundle/DependencyInjection/Compiler/RegisterCalculatorsPass.php34
sprintf('There is no template defined for block "%s" in event "%s".', $this->name, $this->eventName, )/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php41