Formatting
This commit is contained in:
parent
e00d7b7c55
commit
c08140a293
|
@ -31,7 +31,8 @@ class WC_Tests_Order_Item_Meta extends WC_Unit_Test_Case {
|
||||||
$expected[ $metadata->id ] = array(
|
$expected[ $metadata->id ] = array(
|
||||||
'key' => $metadata->key,
|
'key' => $metadata->key,
|
||||||
'label' => wc_attribute_label( $metadata->key, null ),
|
'label' => wc_attribute_label( $metadata->key, null ),
|
||||||
'value' => $metadata->value );
|
'value' => $metadata->value
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = $meta->get_formatted();
|
$result = $meta->get_formatted();
|
||||||
|
|
Loading…
Reference in New Issue