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

tests/Integration: Add FileTest #819

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2023

  1. tests: Add utility for running a HTTP server

    Since the custom HTTP client in File based on curl cannot really be mocked,
    let’s add an actual HTTP server to allow for integration and regression testing
    during the transition to PSR-18 implementations.
    jtojnar committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    49c9e67 View commit details
    Browse the repository at this point in the history
  2. tests/Integration: Add FileTest

    This is a regression test for simplepie#812.
    jtojnar committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    49d1adc View commit details
    Browse the repository at this point in the history