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

romm / formz / 828
88%
master: 91%

Build:
Build:
LAST BUILD BRANCH: wip/steps
DEFAULT BRANCH: master
Ran 30 May 2017 12:10PM UTC
Jobs 1
Files 150
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

pending completion
828

push

travis-ci

romm
[FEATURE] Introduce `getProperties` method in form object

This method returns an array containing the names of the properties that can be
found in the form class.

These properties should be directly bound to the form: properties containing
other values like a service should not be in this list. To prevent it, the tag
`@formz-ignore` must be added in the property annotation.

Example:

```
class MyForm implements FormInterface
{
    /**
     * @var string
     */
    protected $email;

    /**
     * @var SomeService
     * @formz-ignore
     */
    protected $service
}
```

2741 of 3166 relevant lines covered (86.58%)

17.21 hits per line

Jobs
ID Job ID Ran Files Coverage
5 828.5 (TYPO3_VERSION=^7.6 COVERAGE=1) 30 May 2017 12:09PM UTC 0
86.58
Travis Job 828.5
Source Files on build 828
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #828
  • 04526572 on github
  • Prev Build on feature/version-2 (#822)
  • Next Build on feature/version-2 (#846)
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