Fixed test for wc_format_list_of_items
This commit is contained in:
parent
9826273f8f
commit
eff9b5ec18
|
@ -38,7 +38,7 @@ class Functions extends \WC_Unit_Test_Case {
|
|||
public function test_wc_format_list_of_items() {
|
||||
$items = array( 'Title 1', 'Title 2' );
|
||||
|
||||
$this->assertEquals( ""Title 1" and "Title 2"", wc_format_list_of_items( $items ) );
|
||||
$this->assertEquals( "“Title 1“ and “Title 2“", wc_format_list_of_items( $items ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue