Updated since tags for the upcoming version.
This commit is contained in:
parent
e87cea8688
commit
6410ef9156
|
@ -921,7 +921,7 @@ class WC_Tests_Cart extends WC_Unit_Test_Case {
|
||||||
/**
|
/**
|
||||||
* Helper that can be hooked to a filter to force the customer's shipping postal code to be ANN NAA.
|
* Helper that can be hooked to a filter to force the customer's shipping postal code to be ANN NAA.
|
||||||
*
|
*
|
||||||
* @since 3.10.0
|
* @since 4.0.0
|
||||||
* @param string $postcode Postal code..
|
* @param string $postcode Postal code..
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
@ -943,7 +943,7 @@ class WC_Tests_Cart extends WC_Unit_Test_Case {
|
||||||
/**
|
/**
|
||||||
* Helper that can be hooked to a filter to force the customer's shipping state to be NY.
|
* Helper that can be hooked to a filter to force the customer's shipping state to be NY.
|
||||||
*
|
*
|
||||||
* @since 3.10.0
|
* @since 4.0.0
|
||||||
* @param string $state State code.
|
* @param string $state State code.
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
@ -954,7 +954,7 @@ class WC_Tests_Cart extends WC_Unit_Test_Case {
|
||||||
/**
|
/**
|
||||||
* Helper that can be hooked to a filter to force the customer's shipping postal code to be 12345.
|
* Helper that can be hooked to a filter to force the customer's shipping postal code to be 12345.
|
||||||
*
|
*
|
||||||
* @since 3.10.0
|
* @since 4.0.0
|
||||||
* @param string $postcode Postal code.
|
* @param string $postcode Postal code.
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,14 +9,14 @@
|
||||||
* WC_Tests_Shipping tests.
|
* WC_Tests_Shipping tests.
|
||||||
*
|
*
|
||||||
* @package WooCommerce\Tests\Shipping
|
* @package WooCommerce\Tests\Shipping
|
||||||
* @since 3.10.0
|
* @since 4.0.0
|
||||||
*/
|
*/
|
||||||
class WC_Tests_Shipping extends WC_Unit_Test_Case {
|
class WC_Tests_Shipping extends WC_Unit_Test_Case {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests that whether or not a package is shippable is evaluated correctly.
|
* Tests that whether or not a package is shippable is evaluated correctly.
|
||||||
*
|
*
|
||||||
* @since 3.10.0
|
* @since 4.0.0
|
||||||
*/
|
*/
|
||||||
public function test_is_package_shippable() {
|
public function test_is_package_shippable() {
|
||||||
$shipping = new WC_Shipping();
|
$shipping = new WC_Shipping();
|
||||||
|
|
Loading…
Reference in New Issue