mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
Remove all author blocks
This commit is contained in:
parent
c311eb9ed5
commit
6fce5d8792
2443 changed files with 0 additions and 7657 deletions
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Behaviour;
|
|||
|
||||
use Behat\Mink\Element\NodeElement;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
trait ChecksCodeImmutability
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Sylius\Behat\Behaviour;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
trait ChoosesName
|
||||
{
|
||||
use DocumentAccessor;
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Sylius\Behat\Behaviour;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
trait DescribesIt
|
||||
{
|
||||
use DocumentAccessor;
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Behaviour;
|
|||
|
||||
use Behat\Mink\Element\DocumentElement;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
trait DocumentAccessor
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Sylius\Behat\Behaviour;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
trait NamesIt
|
||||
{
|
||||
use DocumentAccessor;
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Sylius\Behat\Behaviour;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
trait SpecifiesItsCode
|
||||
{
|
||||
use DocumentAccessor;
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Behaviour;
|
|||
|
||||
use Behat\Mink\Element\NodeElement;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
trait Toggles
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Symfony\Component\BrowserKit\Cookie;
|
|||
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class ManagingProductVariantsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Symfony\Component\BrowserKit\Cookie;
|
|||
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ManagingTaxonsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ use Symfony\Component\Console\Tester\CommandTester;
|
|||
use Symfony\Component\HttpKernel\KernelInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Magdalena Banasiak <magdalena.banasiak@lakion.com>
|
||||
*/
|
||||
final class InstallerContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ use Sylius\Component\Core\Model\OrderInterface;
|
|||
use Sylius\Component\Order\Remover\ExpiredCartsRemoverInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class CartContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@ use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ManagingOrdersContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Core\Repository\PaymentRepositoryInterface;
|
|||
use Sylius\Component\Payment\Model\PaymentMethodInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ManagingPaymentsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@ use Sylius\Component\Core\Model\ProductVariantInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
* @author Magdalena Banasiak <magdalena.banasiak@lakion.com>
|
||||
*/
|
||||
final class ManagingProductsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Component\Promotion\Model\PromotionCouponInterface;
|
|||
use Sylius\Component\Promotion\Repository\PromotionCouponRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ManagingPromotionCouponsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Promotion\Model\PromotionInterface;
|
|||
use Sylius\Component\Promotion\Repository\PromotionRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class ManagingPromotionsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Core\Repository\ShipmentRepositoryInterface;
|
|||
use Sylius\Component\Shipping\Model\ShippingMethodInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ManagingShipmentsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ use Sylius\Component\Resource\Repository\RepositoryInterface;
|
|||
use Sylius\Component\Shipping\Model\ShippingMethodInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class ManagingShippingMethodsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Context\Domain;
|
|||
|
||||
use Behat\Behat\Context\Context;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel<lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class NotificationContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Context\Domain;
|
|||
|
||||
use Behat\Behat\Context\Context;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel<lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class SecurityContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Doctrine\Common\DataFixtures\Purger\ORMPurger;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class DoctrineORMContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Core\Test\Services\EmailCheckerInterface;
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class EmailSpoolContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ namespace Sylius\Behat\Context\Hook;
|
|||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class TestThemeContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Component\Core\Model\ShopUserInterface;
|
|||
use Sylius\Component\Core\Repository\AddressRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class AddressContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface;
|
|||
use Sylius\Component\User\Repository\UserRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class AdminSecurityContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ use Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface;
|
|||
use Sylius\Component\Core\Model\AdminUserInterface;
|
||||
use Sylius\Component\User\Repository\UserRepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class AdminUserContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@ use Sylius\Component\Core\Formatter\StringInflector;
|
|||
use Sylius\Component\Core\Model\ChannelInterface;
|
||||
use Sylius\Component\Core\Test\Services\DefaultChannelFactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class ChannelContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Component\Currency\Model\CurrencyInterface;
|
|||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class CurrencyContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ use Sylius\Component\Core\Repository\CustomerRepositoryInterface;
|
|||
use Sylius\Component\Customer\Model\CustomerGroupInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class CustomerContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Customer\Model\CustomerGroupInterface;
|
|||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class CustomerGroupContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Currency\Model\ExchangeRateInterface;
|
|||
use Sylius\Component\Currency\Repository\ExchangeRateRepositoryInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class ExchangeRateContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@ use Sylius\Component\Addressing\Model\ProvinceInterface;
|
|||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class GeographicalContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ use Sylius\Component\Locale\Model\LocaleInterface;
|
|||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class LocaleContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -41,9 +41,6 @@ use Sylius\Component\Resource\Factory\FactoryInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Sylius\Component\Shipping\ShipmentTransitions;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class OrderContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -23,11 +23,6 @@ use Sylius\Component\Payment\Model\PaymentMethodTranslationInterface;
|
|||
use Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class PaymentContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@ use Sylius\Component\Resource\Factory\FactoryInterface;
|
|||
use Sylius\Component\Resource\Model\TranslationInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ProductAssociationContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@ use Sylius\Component\Product\Model\ProductAttributeValueInterface;
|
|||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class ProductAttributeContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -41,11 +41,6 @@ use Sylius\Component\Taxation\Model\TaxCategoryInterface;
|
|||
use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
* @author Magdalena Banasiak <magdalena.banasiak@lakion.com>
|
||||
*/
|
||||
final class ProductContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ use Sylius\Component\Product\Model\ProductOptionValueInterface;
|
|||
use Sylius\Component\Product\Repository\ProductOptionRepositoryInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ProductOptionContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -23,9 +23,6 @@ use Sylius\Component\Resource\Factory\FactoryInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Sylius\Component\Review\Model\ReviewInterface;
|
||||
|
||||
/**
|
||||
* @author Magdalena Banasiak <magdalena.banasiak@lakion.com>
|
||||
*/
|
||||
final class ProductReviewContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Core\Model\ProductTaxonInterface;
|
|||
use Sylius\Component\Core\Model\TaxonInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class ProductTaxonContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@ use Sylius\Component\Promotion\Model\PromotionActionInterface;
|
|||
use Sylius\Component\Promotion\Model\PromotionRuleInterface;
|
||||
use Sylius\Component\Promotion\Repository\PromotionRepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class PromotionContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Resource\Factory\FactoryInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class ShippingCategoryContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -30,9 +30,6 @@ use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
|
|||
use Sylius\Component\Shipping\Model\ShippingMethodTranslationInterface;
|
||||
use Sylius\Component\Taxation\Model\TaxCategoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ShippingContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface;
|
|||
use Sylius\Component\User\Repository\UserRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ShopSecurityContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@ use Sylius\Component\Taxation\Model\TaxCategoryInterface;
|
|||
use Sylius\Component\Taxation\Repository\TaxCategoryRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class TaxationContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -27,9 +27,6 @@ use Sylius\Component\Taxonomy\Generator\TaxonSlugGeneratorInterface;
|
|||
use Sylius\Component\Taxonomy\Model\TaxonTranslationInterface;
|
||||
use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class TaxonomyContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
|
|||
use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface;
|
||||
use Sylius\Component\Core\Model\ChannelInterface;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class ThemeContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@ use Sylius\Component\Core\Model\ShopUserInterface;
|
|||
use Sylius\Component\User\Model\UserInterface;
|
||||
use Sylius\Component\User\Repository\UserRepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
* @author Magdalena Banasiak <magdalena.banasiak@lakion.com>
|
||||
*/
|
||||
final class UserContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@ use Sylius\Component\Resource\Model\CodeAwareInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Symfony\Component\Intl\Intl;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class ZoneContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Core\Repository\AddressRepositoryInterface;
|
|||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class AddressContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ namespace Sylius\Behat\Context\Transform;
|
|||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Behat\Service\SharedStorageInterface;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class AdminUserContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Channel\Repository\ChannelRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ChannelContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Addressing\Converter\CountryNameConverterInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class CountryContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class CouponContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Currency\Converter\CurrencyNameConverterInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class CurrencyContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ use Sylius\Component\Core\Model\CustomerInterface;
|
|||
use Sylius\Component\Core\Repository\CustomerRepositoryInterface;
|
||||
use Sylius\Component\Resource\Factory\FactoryInterface;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class CustomerContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class CustomerGroupContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Context\Transform;
|
|||
|
||||
use Behat\Behat\Context\Context;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class DateTimeContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ namespace Sylius\Behat\Context\Transform;
|
|||
|
||||
use Behat\Behat\Context\Context;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class LexicalContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ namespace Sylius\Behat\Context\Transform;
|
|||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Component\Locale\Converter\LocaleConverterInterface;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class LocaleContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Core\Repository\CustomerRepositoryInterface;
|
|||
use Sylius\Component\Core\Repository\OrderRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class OrderContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,10 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Payment\Repository\PaymentMethodRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class PaymentMethodContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Product\Repository\ProductAssociationTypeRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ProductAssociationTypeContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Core\Repository\ProductRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ProductContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Product\Repository\ProductOptionRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ProductOptionContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ProductReviewContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Core\Repository\ProductRepositoryInterface;
|
|||
use Sylius\Component\Product\Repository\ProductVariantRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ProductVariantContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Promotion\Repository\PromotionCouponRepositoryInterface;
|
|||
use Sylius\Component\Promotion\Repository\PromotionRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class PromotionContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ProvinceContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Behat\Service\SharedStorageInterface;
|
||||
use Sylius\Component\Core\Formatter\StringInflector;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class SharedStorageContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
class ShippingCategoryContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Shipping\Repository\ShippingMethodRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ShippingMethodContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Taxation\Repository\TaxCategoryRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class TaxCategoryContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class TaxRateContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
final class TaxonContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ namespace Sylius\Behat\Context\Transform;
|
|||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class ThemeContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ namespace Sylius\Behat\Context\Transform;
|
|||
use Behat\Behat\Context\Context;
|
||||
use Sylius\Behat\Service\SharedStorageInterface;
|
||||
|
||||
/**
|
||||
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
|
||||
*/
|
||||
class UserContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Component\Addressing\Model\ZoneInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ZoneContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Component\Addressing\Model\ZoneMemberInterface;
|
|||
use Sylius\Component\Resource\Repository\RepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ZoneMemberContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Component\Core\Model\ProductVariantInterface;
|
|||
use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class BrowsingProductVariantsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Behat\Page\Admin\DashboardPageInterface;
|
|||
use Sylius\Component\Core\Formatter\StringInflector;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Paweł Jędrzejewski <pawel@sylius.org>
|
||||
*/
|
||||
final class DashboardContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Behat\Page\Shop\HomePageInterface;
|
|||
use Sylius\Component\Customer\Model\CustomerInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class ImpersonatingCustomersContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Behat\Page\Admin\DashboardPageInterface;
|
|||
use Symfony\Component\Translation\TranslatorInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class LocaleContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ use Sylius\Behat\Page\Admin\DashboardPageInterface;
|
|||
use Sylius\Component\Core\Model\AdminUserInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class LoginContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ use Sylius\Behat\Service\NotificationCheckerInterface;
|
|||
use Sylius\Component\Core\Model\AdminUserInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ManagingAdministratorsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@ use Sylius\Component\Core\Formatter\StringInflector;
|
|||
use Sylius\Component\Core\Model\ChannelInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ManagingChannelsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@ use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
|||
use Sylius\Component\Addressing\Model\CountryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
*/
|
||||
final class ManagingCountriesContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Behat\Page\Admin\Currency\UpdatePageInterface;
|
|||
use Sylius\Component\Currency\Model\CurrencyInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class ManagingCurrenciesContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ use Sylius\Behat\Page\Admin\CustomerGroup\UpdatePageInterface;
|
|||
use Sylius\Component\Customer\Model\CustomerGroupInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingCustomerGroupsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -23,9 +23,6 @@ use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
|||
use Sylius\Component\Core\Model\CustomerInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class ManagingCustomersContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Component\Currency\Model\CurrencyInterface;
|
|||
use Sylius\Component\Currency\Model\ExchangeRateInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Jan Góralski <jan.goralski@lakion.com>
|
||||
*/
|
||||
final class ManagingExchangeRatesContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ use Behat\Behat\Context\Context;
|
|||
use Sylius\Behat\Page\Admin\Inventory\IndexPageInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingInventoryContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ use Sylius\Behat\Page\Admin\Crud\IndexPageInterface;
|
|||
use Sylius\Behat\Page\Admin\Locale\CreatePageInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
|
||||
*/
|
||||
final class ManagingLocalesContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@ use Sylius\Component\Core\Model\CustomerInterface;
|
|||
use Sylius\Component\Core\Model\OrderInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Paweł Jędrzejewski <pawel@sylius.org>
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingOrdersContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -23,10 +23,6 @@ use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
|||
use Sylius\Component\Payment\Model\PaymentMethodInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingPaymentMethodsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
|||
use Sylius\Component\Product\Model\ProductAssociationTypeInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingProductAssociationTypesContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -23,9 +23,6 @@ use Sylius\Component\Core\Model\AdminUserInterface;
|
|||
use Sylius\Component\Product\Model\ProductAttributeInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Anna Walasek <anna.walasek@lakion.com>
|
||||
*/
|
||||
final class ManagingProductAttributesContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
|
|||
use Sylius\Component\Product\Model\ProductOptionInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingProductOptionsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ use Sylius\Behat\Service\NotificationCheckerInterface;
|
|||
use Sylius\Component\Review\Model\ReviewInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
/**
|
||||
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
|
||||
*/
|
||||
final class ManagingProductReviewsContext implements Context
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue