Get rid of file_get_contents everywhere, also in tests · Issue #9269 · matomo-org/matomo · GitHub
Skip to content

Get rid of file_get_contents everywhere, also in tests #9269

Closed
@tassoman

Description

There still many portions of code using file_get_contents(), running tests using Proxy behind my company's firewall gives me back warnings. ⚠️

This function ignores proxy configuration, I think shouldn't be used no more because storically there are plenty of issues against it 😨

This is a minor Issue because outputs only warnings in console (tests skipped, I suppose). It happens also if you try to write your own IntegrationTests while developing plugins.

Metadata

Assignees

No one assigned

    Labels

    answeredFor when a question was asked and we referred to forum or answered it.c: Tests & QAFor issues related to automated tests or making it easier to QA & test issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions