- Issue created by @tonytheferg
phpstan
Line src/Form/VadoManagementForm.php ------ ---------------------------------------------------------------------- 59 Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required. ------ ---------------------------------------------------------------------- ------ ----------------------------------------------------------------------- Line src/Plugin/Commerce/VadoGroupWidget/VadoGroupWidgetBase.php ------ ----------------------------------------------------------------------- 465 Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface: in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\RendererInterface::renderInIsolation() instead.
That took care of phpstan and test failures, just have this left:
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 OK, but there were issues! Tests: 14, Assertions: 611, Warnings: 2.
-
tonytheferg →
committed a4aba00a on 2.0.x
Issue #3502433: Fix tests
-
tonytheferg →
committed a4aba00a on 2.0.x
Automatically closed - issue fixed for 2 weeks with no activity.