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: use PSR-4 #334

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Tests: use PSR-4 #334

merged 2 commits into from
Nov 20, 2023

Commits on Nov 17, 2023

  1. Tests: make sure all files are namespaced

    ... including the test bootstrap.
    
    Includes ensuring that all calls to global functions and global constants are now fully qualified.
    jrfnl committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b0695e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Tests: use PSR-4

    * Ensure subdirectory names use "ProperCase".
    * Ensure all test class file names match the name of the test class.
    * Change the Composer `autoload-dev` directive to use PSR-4 autoloading.
    * Update the `phpunit.xml.dist` file to match.
    * Update the `.phpcs.xml.dist` file to match.
    jrfnl committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    97eceea View commit details
    Browse the repository at this point in the history