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

Fix broken codeception tests #201

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open

Fix broken codeception tests #201

wants to merge 1 commit into from

Commits on Apr 2, 2019

  1. Fix broken codeception tests

    The previous commit introduced some changes that caused codeception
    unit tests to break. This commit fixes this by introducing a new
    service class Transifex_Live_Integration_WP_Services to wrap WP API
    functionality. This refactoring enables mocking the WP API in the
    tests.
    Also a new test class, BaseTestCase, is introduced to cater for
    different PHPUnit versions between production and development
    environment.
    deathbird committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    f895b64 View commit details
    Browse the repository at this point in the history