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

Add PHPUnit tests for links_add_base_url function #5980

Closed
wants to merge 14 commits into from

Commits on Jan 30, 2024

  1. Add PHPUnit tests for links_add_base_url function

    A new PHPUnit test class, Tests_formatting_linksAddBaseUrl, has been introduced to increase the test coverage for the links_add_base_url function. The class includes multiple test scenarios, examining different combinations of attributes to verify the correct functioning of the function.
    pbearne committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cae04db View commit details
    Browse the repository at this point in the history
  2. Update linksAddBaseUrl.php

    pbearne authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2da1c66 View commit details
    Browse the repository at this point in the history
  3. Update linksAddBaseUrl.php

    pbearne authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    222834d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add more test scenarios in linksAddBaseUrl.php

    Expanded test cases in 'linksAddBaseUrl.php' to include cases for 'http', 'ftp' and 'ftps' bases in addition to the existing cases. Breadth of testing is enhanced with this consideration of more URL schemas.
    pbearne committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    96a5f24 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Run phpcbf.

    peterwilsoncc committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a314c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f58c337 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    ce5f858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75eab2b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Update linksAddBaseUrl.php

    whitespace fixes
    pbearne authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    259c26a View commit details
    Browse the repository at this point in the history
  2. Update linksAddBaseUrl.php

    pbearne authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9007342 View commit details
    Browse the repository at this point in the history
  3. Update linksAddBaseUrl.php

    pbearne authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3f4a80e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    d7c17a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    b427c33 View commit details
    Browse the repository at this point in the history
  2. Dataprovder docblock

    peterwilsoncc committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8ed72d4 View commit details
    Browse the repository at this point in the history