Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Codeception/module-doctrine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: Codeception/module-doctrine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on May 15, 2025

  1. Configuration menu
    Copy the full SHA
    083ed0c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Remove Reflection*::setAccessible() calls (#44)

    * Enable native lazy objects whenever possible.
    
    The LazyGhostTrait will be removed from symfony/var-exporter:8.
    
    * Fix usage of deprecated phpstan config option
    
    * setAccessible() has no effect as of PHP 8.1
    W0rma authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    4d43ea6 View commit details
    Browse the repository at this point in the history
  2. Enable native lazy objects if possible to fix the CI when using symfo…

    …ny 8 (#45)
    
    * Enable native lazy objects whenever possible.
    
    The LazyGhostTrait will be removed from symfony/var-exporter:8.
    
    * Fix usage of deprecated phpstan config option
    W0rma authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e213270 View commit details
    Browse the repository at this point in the history
  3. Fix deprecation warnings in doctrine/collections:2.4 (#46)

    * Enable native lazy objects whenever possible.
    
    The LazyGhostTrait will be removed from symfony/var-exporter:8.
    
    * Fix usage of deprecated phpstan config option
    
    * Set $accessRawFieldValues explicitly
    
    Fixes a deprecation warning when using doctrine/collections:2.4
    See doctrine/collections#472
    W0rma authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    f324e2a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Drop PHP 8.1 + test against PHP 8.5 (#48)

    * Use ulid instead of uuid to fix the CI
    
    * Bump checkout action version
    
    * Drop PHP 8.1
    
    * Test against PHP 8.5
    W0rma authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    3ec1aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26bd3fc View commit details
    Browse the repository at this point in the history
Loading