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

TYPO3 / Fluid / 1319
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 21 Oct 2019 09:47AM UTC
Jobs 3
Files 108
Run time 36s
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

pending completion
1319

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 2728 relevant lines covered (96.96%)

136.79 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1319.3 21 Oct 2019 09:47AM UTC 0
96.96
Travis Job 1319.3
4 1319.4 21 Oct 2019 09:47AM UTC 0
96.96
Travis Job 1319.4
5 1319.5 21 Oct 2019 09:47AM UTC 0
96.89
Travis Job 1319.5
Source Files on build 1319
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1319
  • 0e730a23 on github
  • Prev Build on 2.5 (#1296)
  • Next Build on 2.5 (#1320)
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