Skip to content

Commit 7482832

Browse files
author
Vadim Zubovich
committed
MTO-95: PRs stabilization
- Fixed phpDoc - Fixed misspelling in a class name
1 parent d047114 commit 7482832

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

dev/tests/functional/tests/app/Magento/Persistent/Test/TestCase/CheckoutWthPersistentShoppingCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3737
*/
38-
class CheckoutWthPersistentShoppingCartTest extends Injectable
38+
class CheckoutWithPersistentShoppingCartTest extends Injectable
3939
{
4040
/**
4141
* Config data.

dev/tests/functional/tests/app/Magento/Persistent/Test/TestCase/CheckoutWthPersistentShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
9-
<testCase name="Magento\Persistent\Test\TestCase\CheckoutWthPersistentShoppingCartTest" summary="Checkout with Persistent Shopping Cart" ticketId="MAGETWO-45381">
9+
<testCase name="Magento\Persistent\Test\TestCase\CheckoutWithPersistentShoppingCartTest" summary="Checkout with Persistent Shopping Cart" ticketId="MAGETWO-45381">
1010
<variation name="RedirectCustomerToCheckoutTestVariation1" summary="Checkout with Persistent Shopping Cart">
1111
<data name="issue" xsi:type="string">MAGETWO-59976: Customer can't open Product on Storefront if Persistent Cart is enabled</data>
1212
<data name="customer/dataset" xsi:type="string">register_customer</data>

dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Constraint/AssertCategoryUrlWithCustomStoreView.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* Class AssertCategoryUrlWithCustomStoreView.
17+
* Assert that Category URL key has been changed after changing Category parent.
1718
*/
1819
class AssertCategoryUrlWithCustomStoreView extends AbstractConstraint
1920
{

dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CategoryUrlRewriteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __inject(
7474
*/
7575
public function test(Store $storeView, Category $childCategory, Category $parentCategory, Category $categoryUpdates)
7676
{
77-
//Preconditions:
77+
// Preconditions:
7878
$storeView->persist();
7979
$parentCategory->persist();
8080
$childCategory->persist();

0 commit comments

Comments
 (0)