• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

craue / CraueFormFlowBundle / 15440803878

04 Jun 2025 11:13AM UTC coverage: 99.281% (-0.2%) from 99.474%
15440803878

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%)

3 existing lines in 3 files now uncovered.

690 of 695 relevant lines covered (99.28%)

631.98 hits per line

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

66.67
/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,456✔
UNCOV
24
                        TempFileUtil::removeTempFiles();
×
25
                });
1,456✔
26
        }
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