Thanks to visit codestin.com
Credit goes to github.com

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: TYPO3/testing-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.1.0
Choose a base ref
...
head repository: TYPO3/testing-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2024

  1. [BUGFIX] Enforce classic mode in created TYPO3 entrypoint files

    `typo3/testing-framework` provides a extended `SystemEnvironmentBuilder`
    to ensure correct instance initialization as classic mode in different
    test context environment, allowing to manual set the composer mode flag
    despite having the PHP define from parent composer installation as source.
    
    `Testbase->setUpInstanceCoreLinks()` additionally provides TYPO3 entrypoints
    in form of index.php files, calling the basic bootstrap, based on template
    files from system extensions and modified to use the `typo3/testing-framework`
    `SystemEnvironmentBuilder` but does not enforce non-composer (classic) mode.
    This does not hurt within functional tests but codeception based accceptance
    instances misses the enforced classic mode which can lead to several issues,
    for example normalizedParams path calculation as basis for additional path
    or link generation.
    
    This change modifies the entrypoint creation code to reflect this need and
    forces non-composer mode.
    
    Releases: main, 8
    sbuerk committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4d0c36f View commit details
    Browse the repository at this point in the history
Loading