File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?php
2- namespace Df \Oro \T ;
2+ namespace Df \Oro \Test ;
33// 2017-06-01
44final class Basic extends TestCase {
55 /**
Original file line number Diff line number Diff line change 11<?php
2- namespace Df \Oro \T ;
2+ namespace Df \Oro \Test ;
33/**
44 * 2017-06-01
5- * @see \Df\Oro\T \Basic
5+ * @see \Df\Oro\Test \Basic
66 */
77abstract class TestCase extends \Df \Core \TestCase {}
Original file line number Diff line number Diff line change 1+ <?xml version =' 1.0' encoding =' utf-8' ?>
2+ <phpunit
3+ bootstrap=' ../../../../dev/tests/unit/framework/bootstrap.php'
4+ convertErrorsToExceptions=' false'
5+ convertNoticesToExceptions=' false'
6+ convertWarningsToExceptions=' false'
7+ >
8+ <!-- 2020-01-31
9+ We are forced use the `Test` namespace instead of `T` to be compatible with Magento Cloud:
10+ https://github.com/mage2pro/core/issues/89#issuecomment-580592826 -->
11+ <testsuite name =' Oro' ><directory suffix =' .php' >.</directory ></testsuite >
12+ </phpunit >
Original file line number Diff line number Diff line change 11{
22 "name" : " mage2pro/oro"
3- ,"version" : " 1.1.0 "
3+ ,"version" : " 1.1.1 "
44 ,"description" : " Oro Platform integration with Magento 2"
55 ,"type" : " magento2-module"
66 ,"homepage" : " https://ocrm.pro"
You can’t perform that action at this time.
0 commit comments