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

Bug with annotated with matcher #219

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Commits on Sep 2, 2024

  1. Update Aspect.php

    fix instance type error when use AnnotatedWithMatcher
    denise-kao authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3af54e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add red test for annotated matcher in AspectTest

    See #218
    
    This commit introduces a new test method `testAnnotateMatcher` to ensure that classes marked with the `FakeClassMarker` annotation are correctly intercepted by the aspect. The method verifies the instance creation and binding of interceptors to annotated classes.
    koriym committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5e88adb View commit details
    Browse the repository at this point in the history