repository.php 241 B

12345678
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. require_once dirname(__DIR__) . '/' . 'bootstrap.php';
  7. $objectManager->create(\Magento\Mtf\Util\Generate\Repository::class)->launch();