- First commit to issue fork.
- Merge request !5136Issue #2904853: Use rawurldecode() in LinkFormatter to correctly display encoded URLs → (Open) created by bhanu951
- last update
almost 2 years ago 30,430 pass, 4 fail - Status changed to Needs review
almost 2 years ago 9:11am 26 October 2023 - Status changed to Needs work
almost 2 years ago 12:32pm 26 October 2023 - First commit to issue fork.
- 🇮🇳India bhanu951
Failed test :
Failure 1.416s *** Process execution output *** PHPUnit 11.5.34 by Sebastian Bergmann and contributors. Runtime: PHP 8.5.0beta2 Configuration: /builds/issue/drupal-2904853/core/phpunit.xml.dist .D....... 9 / 9 (100%) Time: 00:00.793, Memory: 10.00 MB Flatten (Drupal\Tests\migrate\Unit\process\Flatten) ✔ Flatten with array ⚠ Flatten with object ✔ Flatten invalid with empty·string ✔ Flatten invalid with string ✔ Flatten invalid with integer ✔ Flatten invalid with float ✔ Flatten invalid with NULL ✔ Flatten invalid with boolean ✔ Flatten invalid with xml 1 test triggered 1 PHP deprecation: 1) /builds/issue/drupal-2904853/core/modules/migrate/src/Plugin/migrate/process/Flatten.php:57 ArrayIterator::__construct(): Using an object as a backing array for ArrayIterator is deprecated, as it allows violating class constraints and invariants Triggered by: * Drupal\Tests\migrate\Unit\process\FlattenTest::testFlatten#object /builds/issue/drupal-2904853/core/modules/migrate/tests/src/Unit/process/FlattenTest.php:30 OK, but there were issues! Tests: 9, Assertions: 16, Deprecations: 1. ---- Drupal\Tests\migrate\Unit\process\SubstrTest ----