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

3.0: Tests: add a bootstrap file #1907

Merged
merged 1 commit into from
Jul 9, 2020
Merged

Commits on Jun 30, 2020

  1. Tests: add a bootstrap file

    While not strictly necessary, it makes life easier to have this bootstrap in place.
    
    The bootstrap file will:
    * Load the PHPCS autoloader (was previously done from the command-line);
    * Load the Composer autoload file.
    * Will automatically set the `PHPCS_IGNORE_TESTS` environment variable to the correct value to prevent running tests from other standards.
    jrfnl committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a9d6ed3 View commit details
    Browse the repository at this point in the history