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

TYPO3 / Fluid / 1317 / 2
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 21 Oct 2019 09:43AM UTC
Files 109
Run time 7s
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

21 Oct 2019 09:41AM UTC coverage: 96.886% (-0.3%) from 97.164%
1317.2

push

travis-ci

NamelessCoder
[BUGFIX] Use magic getter method as last attempt (#480)

* [BUGFIX] Use magic getter method as last attempt

Prevents issues with greedy magic methods being
called when a (public) property of the same name
exists in the class.

Specifically, does the following:

* Reverts deprecated VariableExtractor to previous
  behavior of letting a PHP warning be raised for
  protected getter methods. Removes the test that
  asserted this behavior (but kept it for StandardVariableProvider!)
* Switches both method_exists() and is_callable() to
  use instead a "study object" method that extracts
  all PUBLIC methods, disregarding __call, and fixing
  the problem that method_exists() returns TRUE for
  protected methods, and the problem that is_callable()
  returns TRUE for literally any method name.
* Slightly improves the internal logic of StandardVariableProvider
  and refactors it to call the "study object" method
  before checking if getters or asserter methods exist.

Close: #479

* [TASK] Rename studyObject to populateGettersByClassName

Clarify that method populates an array.

2645 of 2730 relevant lines covered (96.89%)

45.69 hits per line

Source Files on job 1317.2
  • Tree
  • List 0
  • Changed 19
  • Source Changed 3
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 215
  • Travis Job 1317.2
  • 53eb2aa5 on github
  • Prev Job for on 2.6 (#1294.2)
  • Next Job for on 2.6 (#1335.2)
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