• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 13212371659 / 3
93%
development: 93%

Build:
DEFAULT BRANCH: development
Ran 08 Feb 2025 04:37AM UTC
Files 224
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Feb 2025 02:37PM UTC coverage: 91.188%. Remained the same
13212371659.3

push

github

NamelessCoder
[BUGFIX] Use ExpressionBuilder::and when available, andX as fallback

TYPO3v12 brings a deprecation warning when copying a container with
nested content elements:
> TYPO3 Deprecation Notice:
> ExpressionBuilder::andX() will be removed in TYPO3 v13.0.
> Use ExpressionBuilder::and() instead. in
> vendor/typo3/cms-core/Classes/Database/Query/Expression/ExpressionBuilder.php
> line 72

The `and` method was introduced in TYPO3v11, and in v12 it was deprecated.

This patch switches the order: When `and` is available, it is used,
and the code falls back to `andX` for TYPO3v10.

Changelog:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Deprecation-97354-ExpressionBuilderMethodsAndXAndOrX.html

Resolves: https://github.com/FluidTYPO3/flux/issues/2233

6923 of 7592 relevant lines covered (91.19%)

9.53 hits per line

Source Files on job typo3-^11.5-php-8.0 - 13212371659.3
  • Tree
  • List 224
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13212371659
  • 78fc297d on github
  • Prev Job for on development (#13179384817.6)
  • Next Job for on development (#13222414791.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc