woocommerce/tests/unit-tests/setup
Rodrigo Primo c8b55ff62d Improve WC_Admin_Setup_Wizard::get_wizard_in_cart_payment_gateways() tests
This commit moves two functions declared inside a test method to their
own protected methods inside the same test class to make it easier to
read the tests and it fixes the order of the parameters for the calls to
Assert::assertEquals(). The first parameter passed to this method should
be the expected value and the second parameter should be the actual
value and not the opposite.
2019-05-14 18:38:53 -03:00
..
functions.php Improve WC_Admin_Setup_Wizard::get_wizard_in_cart_payment_gateways() tests 2019-05-14 18:38:53 -03:00