File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function processAssert(
47
47
$ cmsIndex ->getTopmenu ()->selectCategoryByName ($ category ->getName ());
48
48
49
49
$ productItem = $ catalogCategoryView ->getListProductBlock ()->getProductItem ($ product );
50
- \PHPUnit_Framework_Assert ::assertTrue (
50
+ \PHPUnit \ Framework \Assert ::assertTrue (
51
51
$ productItem ->isVisible (),
52
52
'Product is not present in category. '
53
53
);
@@ -58,7 +58,7 @@ public function processAssert(
58
58
59
59
$ breadcrumbs = $ catalogProductView ->getBreadcrumbs ()->getCrumbs ();
60
60
61
- \PHPUnit_Framework_Assert ::assertContains (
61
+ \PHPUnit \ Framework \Assert ::assertContains (
62
62
$ category ->getName (),
63
63
$ breadcrumbs ,
64
64
'Product view page has incorrect breadcrumbs. '
You can’t perform that action at this time.
0 commit comments