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

Add CircleCI config #6

Merged
merged 2 commits into from
May 13, 2024
Merged

Add CircleCI config #6

merged 2 commits into from
May 13, 2024

Conversation

mrliptontea
Copy link
Member

  • Add CircleCI config to run linting (php_codesniffer) and tests (PHPUnit)
    • Fix linting issue with docblock line length
  • Correct version of phpunit/phpunit (tests were using namespaced TestCase which is available since 6.0)
  • Change autoloading to PSR-4 (no change to how classes are used)
  • Add Composer scripts

- Add CircleCI config to run linting (php_codesniffer)
  and tests (PHPUnit)
  - Fix linting issue with docblock line length
- Correct version of phpunit/phpunit
  (tests were using namespaced TestCase which is available since 6.0)
- Change autoloading to PSR-4 (no change to how classes are used)
- Add Composer scripts
@mrliptontea mrliptontea force-pushed the add-circleci-config branch 3 times, most recently from 290ff53 to 039691f Compare May 10, 2024 13:17
@mrliptontea mrliptontea requested a review from a team May 10, 2024 13:21
@mrliptontea mrliptontea merged commit b28c239 into master May 13, 2024
5 checks passed
@mrliptontea mrliptontea deleted the add-circleci-config branch May 13, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants