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

romm / formz / 827
87%
master: 91%

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

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 827.5 (TYPO3_VERSION=^7.6 COVERAGE=1) 30 May 2017 12:02PM UTC 0
86.58
Travis Job 827.5
Source Files on build 827
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #827
  • 04526572 on github
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