You are here

protected property RefreshPageElementsHelperTest::$expectedAjaxCommandNamesFormBuildIdUpdate in Commerce Ajax Add to Cart 8

Ajax command names expected to be present in update form build id response.

Type: array

File

tests/src/Kernel/RefreshPageElementsHelperTest.php, line 86

Class

RefreshPageElementsHelperTest
Tests RefreshPageElementsHelper methods.

Namespace

Drupal\Tests\dc_ajax_add_cart\Kernel

Code

protected $expectedAjaxCommandNamesFormBuildIdUpdate = [
  'update_build_id',
];