spec\Sylius\Bundle\ProductBundle\Form\DataTransformer\ProductsToProductAssociationsTransformerSpec::let PHP Метод

let() публичный Метод

public let ( Sylius\Component\Resource\Factory\FactoryInterface $productAssociationFactory, Sylius\Component\Product\Repository\ProductRepositoryInterface $productRepository, Sylius\Component\Resource\Repository\RepositoryInterface $productAssociationTypeRepository )
$productAssociationFactory Sylius\Component\Resource\Factory\FactoryInterface
$productRepository Sylius\Component\Product\Repository\ProductRepositoryInterface
$productAssociationTypeRepository Sylius\Component\Resource\Repository\RepositoryInterface
    function let(FactoryInterface $productAssociationFactory, ProductRepositoryInterface $productRepository, RepositoryInterface $productAssociationTypeRepository)
    {
        $this->beConstructedWith($productAssociationFactory, $productRepository, $productAssociationTypeRepository);
    }