You are here

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

Ajax command names expected to be present in status update ajax response.

Type: array

File

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

Class

RefreshPageElementsHelperTest
Tests RefreshPageElementsHelper methods.

Namespace

Drupal\Tests\dc_ajax_add_cart\Kernel

Code

protected $expectedAjaxCommandNamesStatusMessagesUpdate = [
  'remove',
  'insert',
];