We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5730691 commit 5dccbd7Copy full SHA for 5dccbd7
tests/wpunit/Feed/ProductFeedTest.php
@@ -98,7 +98,7 @@ public function test_variable_product_return_variation_array() {
98
/**
99
* @covers \ShoppingFeed\ShoppingFeedWC\Products\Product::get_ean
100
*/
101
- public function test_get_ean_return_emty_string_for_empty_wc_product_ean() {
+ public function test_get_ean_return_empty_string_for_empty_wc_product_ean() {
102
$wc_product = wc_get_product( 13 );
103
$sf_product = new Product( $wc_product );
104
$this->assertEquals( '', $sf_product->get_ean() );
0 commit comments