heimrichhannot / contao-utils-bundle

This bundle offers various utility functionality for the Contao CMS.
GNU Lesser General Public License v3.0
8 stars 4 forks source link

[WIP] Add service listener #16

Closed koertho closed 3 years ago

koertho commented 4 years ago

This pull request adds a service listener class which later replace service aliases and container injection. It also provides lazy service loading.

ToDo:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 870


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Utils.php 0 101 0.0%
<!-- Total: 0 101 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/User/UserUtil.php 7 0%
src/File/FileUtil.php 10 59.28%
<!-- Total: 17 -->
Totals Coverage Status
Change from base Build 863: -1.2%
Covered Lines: 1794
Relevant Lines: 4251

💛 - Coveralls
koertho commented 3 years ago

Closed in favor of #24