Skip to content

Conversation

indy2kro
Copy link
Owner

No description provided.

Copy link

what-the-diff bot commented Aug 17, 2025

PR Summary

  • Enhancement of GitHub Actions Workflow
    The GitHub Actions process has been tweaked for smoother operation. The --no-parallel option has been removed from the Pest run command, allowing tasks to be executed simultaneously, thus speeding up the procedure.

  • Addition of a New Method for Test Cases
    A method named mockSymfonyStyleOnCommand has been added to the tests/TestCase.php. This enhancement simplifies creating mock versions of Symfony style commands during testing, which can help simulate specific use cases and responses without actually executing the commands.

  • Integration of the New Method into Various Test Classes
    The newly added mockSymfonyStyleOnCommand method has been integrated into a range of test classes related to pre-commit hooks. This aids in streamlining and improving the testing process for these pre-commit hooks, allowing potential issues to be identified and fixed more rapidly. The affected test classes include:

    • BladeFormatterPreCommitHookTest.php
    • ESLintPreCommitHookTest.php
    • LarastanPreCommitHookTest.php
    • PHPCodeSnifferPreCommitHookTest.php
    • PhpInsightsPreCommitHookTest.php
    • PintPreCommitHookTest.php
    • PrettierPreCommitHookTest.php
    • RectorPreCommitHookTest.php

@indy2kro indy2kro closed this Aug 17, 2025
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.

1 participant