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

craue / CraueFormFlowBundle / 15440729708

04 Jun 2025 11:09AM UTC coverage: 99.474% (+0.2%) from 99.281%
15440729708

push

github

craue
dropped support for Symfony 4.4, 6.3, 7.0, 7.1

4 of 4 new or added lines in 3 files covered. (100.0%)

2 existing lines in 2 files now uncovered.

756 of 760 relevant lines covered (99.47%)

775.76 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

75.0
/CraueFormFlowBundle.php
1
<?php
2

3
namespace Craue\FormFlowBundle;
4

5
use Craue\FormFlowBundle\Util\TempFileUtil;
6
use Symfony\Component\HttpKernel\Bundle\Bundle;
7

8
/**
9
 * @author Christian Raue <christian.raue@gmail.com>
10
 * @copyright 2011-2024 Christian Raue
11
 * @license http://opensource.org/licenses/mit-license.php MIT License
12
 */
13
class CraueFormFlowBundle extends Bundle {
14

15
        /**
16
         * @return void
17
         */
18
        public function boot() {
19
                /*
20
                 * Removes all temporary files created while handling file uploads.
21
                 * Use a shutdown function to clean up even in case of a fatal error.
22
                 */
23
                register_shutdown_function(function() : void {
1,635✔
UNCOV
24
                        TempFileUtil::removeTempFiles();
×
25
                });
1,635✔
26
        }
179✔
27

28
}
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

© 2025 Coveralls, Inc