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

romm / formz / 772
88%
master: 91%

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

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

Jobs
ID Job ID Ran Files Coverage
5 772.5 (TYPO3_VERSION=^7.6 COVERAGE=1) 14 May 2017 08:50PM UTC 0
88.84
Travis Job 772.5
Source Files on build 772
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #772
  • a1aace84 on github
  • Prev Build on feature/version-2 (#760)
  • Next Build on feature/version-2 (#781)
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