Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ws and puppeteer in /html/themes/custom/common_design_subtheme #336

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps ws and puppeteer. These dependencies needed to be updated together.
Updates ws from 8.16.0 to 8.18.0

Release notes

Sourced from ws's releases.

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

... (truncated)

Commits
  • 976c53c [dist] 8.18.0
  • 59b9629 [feature] Add support for Blob (#2229)
  • 0d1b5e6 [security] Use more descriptive text for 2017 vulnerability link
  • 15f11a0 [security] Add new DoS vulnerability to SECURITY.md
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • Additional commits viewable in compare view

Updates puppeteer from 22.3.0 to 23.10.3

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v23.10.3

23.10.3 (2024-12-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.6.0 to 2.6.1

puppeteer: v23.10.3

23.10.3 (2024-12-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.6.0 to 2.6.1
      • puppeteer-core bumped from 23.10.2 to 23.10.3

puppeteer-core: v23.10.2

23.10.2 (2024-12-09)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.5.0 to 2.6.0

puppeteer: v23.10.2

23.10.2 (2024-12-09)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.5.0 to 2.6.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 11, 2024
Copy link

Test run output

Composer Validate success

PHP Lint success

Docker Build success

Environment Setup success

Site Install success

PHP Code Sniffer success

Software Versions PHP 8.2.26 (cli) (built: Nov 20 2024 19:55:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.26, Copyright (c) Zend Technologies with Zend OPcache v8.2.26, Copyright (c), by Zend Technologies with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans Composer version 2.8.4 2024-12-11 11:57:47
Composer Validate ./composer.json is valid, but with a few warnings See https://getcomposer.org/doc/04-schema.md for details on the schema # General warnings - The version field is present, it is recommended to leave it out if the package is published on Packagist.
PHP Lint No syntax errors detected in ./html/modules/custom/slt_layouts/slt_layouts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Plugin/views/sort/HierarchicalSecurityTitleSort.php No syntax errors detected in ./html/modules/custom/slt_contacts/slt_contacts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Form/SltContactsImportContactsForm.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/linked_responsive_image_media_formatter.module No syntax errors detected in ./html/modules/custom/slt_layouts/src/Plugin/Layout/GridLayout.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/src/Plugin/Field/FieldFormatter/LinkedResponsiveImageMediaFormatter.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/tests/src/Functional/FieldFormatter/LinkedResponsiveImageMediaFormatterTest.php No syntax errors detected in ./html/modules/custom/slt_general/slt_general.module No syntax errors detected in ./html/modules/custom/paragraphs_page_title/paragraphs_page_title.module No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Functional/TelephoneTypeFieldTest.php No syntax errors detected in ./html/modules/custom/slt_general/tests/src/ExistingSite/HomePageTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeDefaultFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Kernel/TelephoneTypeItemTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeLinkFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldType/TelephoneTypeItem.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldWidget/TelephoneTypeDefaultWidget.php No syntax errors detected in ./html/modules/custom/slt_access/slt_access.module No syntax errors detected in ./html/modules/custom/slt_access/src/SltAccessPermissions.php No syntax errors detected in ./html/modules/custom/telephone_type/telephone_type.module No syntax errors detected in ./html/themes/custom/common_design_subtheme/src/CommonDesignSubthemeCallbacks.php No syntax errors detected in ./html/themes/custom/common_design_subtheme/common_design_subtheme.theme
PHPCS ...................... 22 / 22 (100%)

Time: 2.74 secs; Memory: 20MB

Tests PHPUnit 9.6.21 by Sebastian Bergmann and contributors.

Testing
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' started
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' ended
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' started
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' ended

Time: 03:56.212, Memory: 48.50 MB

OK (17 tests, 173 assertions)

HTML output was generated
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-1-42115327.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-2-42115327.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-3-42115327.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-4-71713587.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-5-71713587.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-6-71713587.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-7-26855087.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-8-26855087.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-9-26855087.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-10-63123434.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-11-63123434.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-12-63123434.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-13-20417855.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-14-20417855.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-15-20417855.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-16-39982884.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-17-39982884.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-18-39982884.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-19-71483690.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-20-71483690.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-21-71483690.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-22-45805656.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-23-45805656.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-24-45805656.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-25-88940755.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-26-88940755.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-27-88940755.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-28-93005582.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-29-93005582.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-30-93005582.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-1-41595993.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-2-41595993.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-3-41595993.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-4-16439476.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-5-16439476.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-6-16439476.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-7-16439476.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-8-16439476.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-9-92954147.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-10-92954147.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-11-92954147.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-12-92954147.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-13-92954147.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-14-85091568.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-15-85091568.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-16-85091568.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-17-85091568.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-18-85091568.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-19-47282338.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-20-47282338.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-21-47282338.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-22-47282338.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-23-47282338.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_slt_general_ExistingSite_HomePageTest-1-dtt.html

Generating code coverage report in Clover XML format ... done [00:00.104]

Generating code coverage report in HTML format ... done [00:00.065]

Generating code coverage report in PHPUnit XML format ... done [00:00.124]

Remaining self deprecation notices (13906)

Remaining direct deprecation notices (4)

Remaining indirect deprecation notices (16)

Other deprecation notices (2)

[success] Successfully enabled: dblog

Drupal Logs
PHP Logs

Pusher: @dependabot[bot], Action: pull_request, Workflow: Run tests

Bumps [ws](https://github.com/websockets/ws) and [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies needed to be updated together.

Updates `ws` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.18.0)

Updates `puppeteer` from 22.3.0 to 23.10.3
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v22.3.0...puppeteer-v23.10.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: puppeteer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html/themes/custom/common_design_subtheme/multi-f993e73175 branch from 9b4a9c4 to 4a05e78 Compare December 11, 2024 15:11
Copy link

Test run output

Composer Validate success

PHP Lint success

Docker Build success

Environment Setup success

Site Install success

PHP Code Sniffer success

Software Versions PHP 8.2.26 (cli) (built: Nov 20 2024 19:55:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.26, Copyright (c) Zend Technologies with Zend OPcache v8.2.26, Copyright (c), by Zend Technologies with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans Composer version 2.8.4 2024-12-11 11:57:47
Composer Validate ./composer.json is valid, but with a few warnings See https://getcomposer.org/doc/04-schema.md for details on the schema # General warnings - The version field is present, it is recommended to leave it out if the package is published on Packagist.
PHP Lint No syntax errors detected in ./html/modules/custom/slt_contacts/src/Plugin/views/sort/HierarchicalSecurityTitleSort.php No syntax errors detected in ./html/modules/custom/slt_contacts/slt_contacts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Form/SltContactsImportContactsForm.php No syntax errors detected in ./html/modules/custom/slt_layouts/slt_layouts.module No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/tests/src/Functional/FieldFormatter/LinkedResponsiveImageMediaFormatterTest.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/linked_responsive_image_media_formatter.module No syntax errors detected in ./html/modules/custom/slt_layouts/src/Plugin/Layout/GridLayout.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/src/Plugin/Field/FieldFormatter/LinkedResponsiveImageMediaFormatter.php No syntax errors detected in ./html/modules/custom/paragraphs_page_title/paragraphs_page_title.module No syntax errors detected in ./html/modules/custom/slt_general/tests/src/ExistingSite/HomePageTest.php No syntax errors detected in ./html/modules/custom/slt_general/slt_general.module No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Functional/TelephoneTypeFieldTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeDefaultFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeLinkFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Kernel/TelephoneTypeItemTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldType/TelephoneTypeItem.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldWidget/TelephoneTypeDefaultWidget.php No syntax errors detected in ./html/modules/custom/slt_access/src/SltAccessPermissions.php No syntax errors detected in ./html/modules/custom/telephone_type/telephone_type.module No syntax errors detected in ./html/modules/custom/slt_access/slt_access.module No syntax errors detected in ./html/themes/custom/common_design_subtheme/src/CommonDesignSubthemeCallbacks.php No syntax errors detected in ./html/themes/custom/common_design_subtheme/common_design_subtheme.theme
PHPCS ...................... 22 / 22 (100%)

Time: 2.81 secs; Memory: 20MB

Tests PHPUnit 9.6.21 by Sebastian Bergmann and contributors.

Testing
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' started
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' ended
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' started
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' ended

Time: 03:56.792, Memory: 48.50 MB

OK (17 tests, 173 assertions)

HTML output was generated
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-1-60947645.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-2-60947645.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-3-60947645.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-4-85127992.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-5-85127992.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-6-85127992.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-7-12233550.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-8-12233550.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-9-12233550.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-10-43164109.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-11-43164109.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-12-43164109.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-13-39890658.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-14-39890658.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-15-39890658.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-16-30359698.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-17-30359698.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-18-30359698.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-19-57746482.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-20-57746482.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-21-57746482.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-22-13065381.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-23-13065381.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-24-13065381.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-25-99578421.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-26-99578421.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-27-99578421.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-28-13518543.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-29-13518543.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-30-13518543.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-1-40161911.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-2-40161911.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-3-40161911.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-4-53187998.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-5-53187998.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-6-53187998.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-7-53187998.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-8-53187998.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-9-20210893.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-10-20210893.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-11-20210893.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-12-20210893.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-13-20210893.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-14-73874770.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-15-73874770.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-16-73874770.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-17-73874770.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-18-73874770.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-19-76290852.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-20-76290852.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-21-76290852.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-22-76290852.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-23-76290852.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_slt_general_ExistingSite_HomePageTest-1-dtt.html

Generating code coverage report in Clover XML format ... done [00:00.098]

Generating code coverage report in HTML format ... done [00:00.064]

Generating code coverage report in PHPUnit XML format ... done [00:00.120]

Remaining self deprecation notices (13906)

Remaining direct deprecation notices (4)

Remaining indirect deprecation notices (16)

Other deprecation notices (2)

[success] Successfully enabled: dblog

Drupal Logs
PHP Logs

Pusher: @dependabot[bot], Action: pull_request, Workflow: Run tests

Copy link

Coverage Report

Totals Coverage
Statements: 18.99% ( 98 / 516 )
Methods: 35.71% ( 10 / 28 )
Lines: 18.03% ( 88 / 488 )

Copy link

Test run output

Composer Validate success

PHP Lint success

Docker Build success

Environment Setup success

Site Install success

PHP Code Sniffer success

Software Versions PHP 8.2.26 (cli) (built: Nov 20 2024 19:55:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.26, Copyright (c) Zend Technologies with Zend OPcache v8.2.26, Copyright (c), by Zend Technologies with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans Composer version 2.8.4 2024-12-11 11:57:47
Composer Validate ./composer.json is valid, but with a few warnings See https://getcomposer.org/doc/04-schema.md for details on the schema # General warnings - The version field is present, it is recommended to leave it out if the package is published on Packagist.
PHP Lint No syntax errors detected in ./html/modules/custom/slt_layouts/slt_layouts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Plugin/views/sort/HierarchicalSecurityTitleSort.php No syntax errors detected in ./html/modules/custom/slt_contacts/slt_contacts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Form/SltContactsImportContactsForm.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/linked_responsive_image_media_formatter.module No syntax errors detected in ./html/modules/custom/slt_layouts/src/Plugin/Layout/GridLayout.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/src/Plugin/Field/FieldFormatter/LinkedResponsiveImageMediaFormatter.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/tests/src/Functional/FieldFormatter/LinkedResponsiveImageMediaFormatterTest.php No syntax errors detected in ./html/modules/custom/slt_general/slt_general.module No syntax errors detected in ./html/modules/custom/slt_general/tests/src/ExistingSite/HomePageTest.php No syntax errors detected in ./html/modules/custom/paragraphs_page_title/paragraphs_page_title.module No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Functional/TelephoneTypeFieldTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeDefaultFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Kernel/TelephoneTypeItemTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldType/TelephoneTypeItem.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeLinkFormatter.php No syntax errors detected in ./html/modules/custom/slt_access/src/SltAccessPermissions.php No syntax errors detected in ./html/modules/custom/telephone_type/telephone_type.module No syntax errors detected in ./html/modules/custom/slt_access/slt_access.module No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldWidget/TelephoneTypeDefaultWidget.php No syntax errors detected in ./html/themes/custom/common_design_subtheme/src/CommonDesignSubthemeCallbacks.php No syntax errors detected in ./html/themes/custom/common_design_subtheme/common_design_subtheme.theme
PHPCS ...................... 22 / 22 (100%)

Time: 2.7 secs; Memory: 20MB

Tests PHPUnit 9.6.21 by Sebastian Bergmann and contributors.

Testing
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' started
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' ended
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' started
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' ended

Time: 03:53.875, Memory: 48.50 MB

OK (17 tests, 173 assertions)

HTML output was generated
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-1-24081902.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-2-24081902.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-3-24081902.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-4-17270537.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-5-17270537.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-6-17270537.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-7-21479132.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-8-21479132.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-9-21479132.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-10-80065264.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-11-80065264.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-12-80065264.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-13-10727265.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-14-10727265.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-15-10727265.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-16-93980705.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-17-93980705.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-18-93980705.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-19-51990787.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-20-51990787.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-21-51990787.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-22-48459378.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-23-48459378.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-24-48459378.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-25-62780103.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-26-62780103.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-27-62780103.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-28-57769903.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-29-57769903.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-30-57769903.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-1-43628646.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-2-43628646.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-3-43628646.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-4-66875383.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-5-66875383.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-6-66875383.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-7-66875383.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-8-66875383.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-9-35530243.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-10-35530243.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-11-35530243.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-12-35530243.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-13-35530243.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-14-91620566.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-15-91620566.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-16-91620566.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-17-91620566.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-18-91620566.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-19-85849742.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-20-85849742.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-21-85849742.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-22-85849742.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-23-85849742.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_slt_general_ExistingSite_HomePageTest-1-dtt.html

Generating code coverage report in Clover XML format ... done [00:00.101]

Generating code coverage report in HTML format ... done [00:00.065]

Generating code coverage report in PHPUnit XML format ... done [00:00.124]

Remaining self deprecation notices (13906)

Remaining direct deprecation notices (4)

Remaining indirect deprecation notices (16)

Other deprecation notices (2)

[success] Successfully enabled: dblog

Drupal Logs
PHP Logs

Pusher: @lazysoundsystem, Action: pull_request, Workflow: Run tests

@lazysoundsystem lazysoundsystem merged commit 36d4ec7 into develop Dec 11, 2024
2 checks passed
@lazysoundsystem lazysoundsystem deleted the dependabot/npm_and_yarn/html/themes/custom/common_design_subtheme/multi-f993e73175 branch December 11, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant