Skip to content

Commit c7107f6

Browse files
1.1.1
1 parent faad4fe commit c7107f6

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

T/t.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

T/Basic.php renamed to Test/Basic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Df\Oro\T;
2+
namespace Df\Oro\Test;
33
// 2017-06-01
44
final class Basic extends TestCase {
55
/**
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
*/
77
abstract class TestCase extends \Df\Core\TestCase {}

Test/t.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)