Skip to content

Commit 22a47b1

Browse files
committed
DEVOPS-2632: Sample Data Builds Migrated from Bamboo
1 parent de60e54 commit 22a47b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/CustomerSampleData/Test/Constraint/AssertCustomerNavigation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function processAssert(CustomerAccountIndex $customerAccountIndex, array
3636
$actualPageTitles[] = $titleBlock->getTitle();
3737
}
3838

39-
\PHPUnit\Framework\Assert::assertEquals(
39+
\PHPUnit_Framework_Assert::assertEquals(
4040
$expectedPageTitles,
4141
$actualPageTitles,
4242
"Page titles are different."

0 commit comments

Comments
 (0)