You are here

public function CheckoutPaneTest::shippingMethodOptionChangeProvider in Commerce Shipping 8.2

Data provider for ::testShippingMethodOptionChanges.

Return value

array A list of testShippingMethodOptionChanges function arguments.

File

tests/src/FunctionalJavascript/CheckoutPaneTest.php, line 902

Class

CheckoutPaneTest
Tests the "Shipping information" checkout pane.

Namespace

Drupal\Tests\commerce_shipping\FunctionalJavascript

Code

public function shippingMethodOptionChangeProvider() {
  return [
    [
      FALSE,
    ],
    [
      TRUE,
    ],
  ];
}