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

romm / formz / 772 / 5
88%
master: 91%

Build:
Build:
LAST BUILD BRANCH: wip/steps
DEFAULT BRANCH: master
Ran 14 May 2017 08:51PM UTC
Files 148
Run time 6s
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

14 May 2017 08:43PM UTC coverage: 88.842% (+0.03%) from 88.811%
TYPO3_VERSION=^7.6 COVERAGE=1

push

travis-ci

romm
[FEATURE] Introduce post configuration process signal

This signal can be used to modify the configuration object after it
has been built using the TypoScript configuration.

Note that the signal will be dispatched only once, as the configuration
object is latter put in cache. Therefore, your slots will be called only
once too and need to be aware of it.

Example (`ext_localconf.php`):

```
$signalSlotDispatcher =
    \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
        \TYPO3\CMS\Extbase\SignalSlot\Dispatcher::class
    );
$signalSlotDispatcher->connect(
    \Romm\Formz\Configuration\ConfigurationFactory::class,
    \Romm\Formz\Configuration\ConfigurationFactory::POST_CONFIGURATION_PROCESS_SIGNAL,
    function (\Romm\Formz\Configuration\Configuration $configuration) {
        $configuration->getView()->setPartialRootPath(
            50,
            'EXT:my_extension/Resources/Private/Partials/FormZ/'
        );
    }
);
```

2548 of 2868 relevant lines covered (88.84%)

17.83 hits per line

Source Files on job 772.5 (TYPO3_VERSION=^7.6 COVERAGE=1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 772
  • Travis Job 772.5
  • a1aace84 on github
  • Prev Job for TYPO3_VERSION=^7.6 COVERAGE=1 on feature/version-2 (#760.5)
  • Next Job for TYPO3_VERSION=^7.6 COVERAGE=1 on feature/version-2 (#781.5)
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