mtf 327 B

1234567891011
  1. #!/usr/bin/env php
  2. <?php
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. $mtfRoot = dirname(__DIR__);
  8. $mtfRoot = str_replace('\\', '/', $mtfRoot);
  9. define('MTF_PHPUNIT_FILE', $mtfRoot . DIRECTORY_SEPARATOR . 'phpunit.xml');
  10. include $mtfRoot . '/vendor/magento/mtf/utils/mtf';