update Macro/ViewCart test to track macro changes
This commit is contained in:
parent
a10d0a4cf1
commit
f95fb446ae
1 changed files with 2 additions and 2 deletions
|
|
@ -27,12 +27,12 @@ my @testSets = (
|
||||||
{
|
{
|
||||||
comment => 'default',
|
comment => 'default',
|
||||||
label => q!!,
|
label => q!!,
|
||||||
output => '<a href="'.$session->url->page('shop=cart').'"><img src="/extras/macro/ViewCart/cart.gif" alt="View Cart" style="border: 0px;vertical-align: middle;" /></a> <a href="'.$session->url->page('shop=cart').'">View Cart</a>',
|
output => '<a href="'.$session->url->page('shop=cart').'">View Cart</a>',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
comment => 'custom text',
|
comment => 'custom text',
|
||||||
label => q!A Rock Hammer!,
|
label => q!A Rock Hammer!,
|
||||||
output => '<a href="'.$session->url->page('shop=cart').'"><img src="/extras/macro/ViewCart/cart.gif" alt="A Rock Hammer" style="border: 0px;vertical-align: middle;" /></a> <a href="'.$session->url->page('shop=cart').'">A Rock Hammer</a>',
|
output => '<a href="'.$session->url->page('shop=cart').'">A Rock Hammer</a>',
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue