Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit eddf58e

Browse files
author
Sergii Kovalenko
committed
Merge branch 'MAGETWO-84100' of https://github.com/magento-trigger/magento2ce into MAGETWO-84100
2 parents efd0f90 + 0c47e6a commit eddf58e

File tree

14 files changed

+27
-15
lines changed

14 files changed

+27
-15
lines changed

app/code/Magento/Framework/Test/Unit/Setup/SchemaListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66

app/code/Magento/Framework/Test/Unit/Setup/SchemaPersistorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66

app/code/Magento/Quote/Test/Unit/Setup/QuoteSetupTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Quote\Test\Unit\Setup;
78

89
use Magento\Eav\Model\ResourceModel\Entity\Attribute\Group\CollectionFactory;

app/code/Magento/Sales/Test/Unit/Setup/SalesSetupTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Sales\Test\Unit\Setup;
78

89
use Magento\Eav\Model\ResourceModel\Entity\Attribute\Group\CollectionFactory;

dev/tests/integration/testsuite/Magento/Cms/Model/BlockTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ public function testUpdateTime(array $blockData)
9090
$storeId = reset($blockData['stores']);
9191
$block = $this->blockIdentifier->execute($blockData['identifier'], $storeId);
9292
$date = $this->objectManager->get(DateTime::class)->date();
93+
$this->markTestIncomplete('MAGETWO-87353: \Magento\Cms\Model\BlockTest::testUpdateTime randomly fails on CI. '
94+
. 'Invalid assertion. Application node timestamp may significantly differ from DB node.');
9395
$this->assertEquals($date, $block->getUpdateTime());
9496
}
9597

setup/src/Magento/Setup/Test/Unit/Model/Declaration/Schema/Db/SchemaBuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Setup\Test\Unit\Model\Declaration\Schema\Db;
78

89
use Magento\Framework\App\ResourceConnection;

setup/src/Magento/Setup/Test/Unit/Model/Declaration/Schema/Db/StatementAggregatorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Setup\Test\Unit\Model\Declaration\Schema\Db;
78

89
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;

setup/src/Magento/Setup/Test/Unit/Model/Declaration/Schema/Declaration/SchemaBuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Setup\Test\Unit\Model\Declaration\Schema\Declaration;
78

89
use Magento\Framework\App\ResourceConnection;

setup/src/Magento/Setup/Test/Unit/Model/Declaration/Schema/Diff/DiffManagerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Setup\Test\Unit\Model\Declaration\Schema\Diff;
78

89
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;

setup/src/Magento/Setup/Test/Unit/Model/Declaration/Schema/Operations/AddColumnTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/**
3-
* Copyright © 2016 Magento. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Setup\Test\Unit\Model\Declaration\Schema\Operations;
78

89
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;

0 commit comments

Comments
 (0)