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

zendframework / zend-file / 142
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 25 Apr 2018 04:31PM UTC
Jobs 1
Files 16
Run time 2s
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
142

Pull #41

travis-ci

web-flow
Provides functionality to ignore methods named after keywords

Patch #41 originally was providing a unit test demonstrating a problem
in PHP 7.1 and up: the tokenizer is classifying method names such as
`class`, `interface`, and `trait` as their associated tokens, instead of
as literal strings.

The changes in this patch add some logic to test for `T_FUNCTION` token
and set a flag indicating we are in a function declaration. Once an
opening paren (`(`) is discovered, the flag is reset. This prevents
mis-identifying such function names as tokens.
Pull Request #41: Fix: Ignore method named after reserved keywords

10 of 10 new or added lines in 1 file covered. (100.0%)

620 of 800 relevant lines covered (77.5%)

7.29 hits per line

Jobs
ID Job ID Ran Files Coverage
8 142.8 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true) 25 Apr 2018 04:31PM UTC 0
77.5
Travis Job 142.8
Source Files on build 142
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #142
  • Pull Request #41
  • PR Base - develop (#139)
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