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

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

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

25 Apr 2018 04:29PM UTC coverage: 77.5% (+0.3%) from 77.215%
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

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

620 of 800 relevant lines covered (77.5%)

7.29 hits per line

Source Files on job 142.8 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 141
  • Travis Job 142.8
  • 8b8b811a on github
  • Prev Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on develop (#139.8)
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