- Issue created by @viappidu
- First commit to issue fork.
Also noticing some deprecations, note to self, see for backwards compatibility:
https://www.drupal.org/project/search_api_autocomplete/issues/3442321 🐛 Fix call to deprecated method renderPlain() FixedAlso seeing this in tests:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for views.view.commerce_vado_groups with the following errors: views.view.commerce_vado_groups:display.default.display_options.arguments.product_id.default_argument_skip_url missing schema
For:
------ ---------------------------------------------------------------------- Line src/Form/VadoManagementForm.php ------ ---------------------------------------------------------------------- 59 Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required. ------ ----------------------------------------------------------------------
See:
https://www.drupal.org/project/paragraphs_report/issues/3472669 📌 Drupal 11 Compatibility FixedGetting better.
Test results:
There were 2 failures: 1) Drupal\Tests\commerce_vado\Functional\VadoCartTest::testSyncQuantityOn Behat\Mink\Exception\ElementNotFoundException: Form field with id|name|label|value "edit-settings-container-hide-parent-zero-price" not found. /builds/project/commerce_vado/vendor/behat/mink/src/WebAssert.php:731 /builds/project/commerce_vado/vendor/behat/mink/src/WebAssert.php:841 /builds/project/commerce_vado/tests/src/Functional/VadoCartTest.php:398 2) Drupal\Tests\commerce_vado\Functional\VadoManagementFormTest::testVadoManagementForm Behat\Mink\Exception\ResponseTextException: The text "Add on product variation types" was not found anywhere in the text of the current page. /builds/project/commerce_vado/vendor/behat/mink/src/WebAssert.php:907 /builds/project/commerce_vado/vendor/behat/mink/src/WebAssert.php:293 /builds/project/commerce_vado/web/core/tests/Drupal/Tests/WebAssert.php:979 /builds/project/commerce_vado/tests/src/Functional/VadoManagementFormTest.php:49 -- 3 tests triggered 2 PHP warnings: 1) /builds/project/commerce_vado/web/core/modules/user/tests/src/Traits/UserCreationTrait.php:172 Array to string conversion Triggered by: * Drupal\Tests\commerce_vado\Kernel\Entity\VadoGroupTest::testVadoGroup /builds/project/commerce_vado/tests/src/Kernel/Entity/VadoGroupTest.php:180 * Drupal\Tests\commerce_vado\Kernel\Entity\VadoGroupTest::testVadoGroupDuplicate /builds/project/commerce_vado/tests/src/Kernel/Entity/VadoGroupTest.php:236 * Drupal\Tests\commerce_vado\Kernel\Entity\VadoGroupTest::testVadoGroupItemGroup /builds/project/commerce_vado/tests/src/Kernel/Entity/VadoGroupTest.php:206 2) /builds/project/commerce_vado/web/core/modules/user/tests/src/Traits/UserCreationTrait.php:188 Array to string conversion Triggered by: * Drupal\Tests\commerce_vado\Kernel\Entity\VadoGroupTest::testVadoGroup /builds/project/commerce_vado/tests/src/Kernel/Entity/VadoGroupTest.php:180 * Drupal\Tests\commerce_vado\Kernel\Entity\VadoGroupTest::testVadoGroupDuplicate /builds/project/commerce_vado/tests/src/Kernel/Entity/VadoGroupTest.php:236 * Drupal\Tests\commerce_vado\Kernel\Entity\VadoGroupTest::testVadoGroupItemGroup /builds/project/commerce_vado/tests/src/Kernel/Entity/VadoGroupTest.php:206 FAILURES! Tests: 14, Assertions: 562, Failures: 2, Warnings: 2.
-
tonytheferg →
committed d66347bc on 2.0.x
Issue #3472062: Commerce 3.0.x and Drupal 11 compatibility
-
tonytheferg →
committed d66347bc on 2.0.x