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

nette / forms / 26452888331

26 May 2026 02:01PM UTC coverage: 93.307% (+0.07%) from 93.241%
26452888331

push

github

dg
added CLAUDE.md

2105 of 2256 relevant lines covered (93.31%)

0.93 hits per line

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

75.0
/src/compatibility.php
1
<?php declare(strict_types=1);
2

3
/**
4
 * This file is part of the Nette Framework (https://nette.org)
5
 * Copyright (c) 2004 David Grudl (https://davidgrudl.com)
6
 */
7

8
namespace Nette\Forms;
9

10
if (false) {
1✔
11
        /** @deprecated use Nette\Forms\Control */
12
        interface IControl extends Control
×
13
        {
14
        }
15
} elseif (!interface_exists(IControl::class)) {
1✔
16
        class_alias(Control::class, IControl::class);
1✔
17
}
18

19
if (false) {
1✔
20
        /** @deprecated use Nette\Forms\FormRenderer */
21
        interface IFormRenderer extends FormRenderer
×
22
        {
23
        }
24
} elseif (!interface_exists(IFormRenderer::class)) {
1✔
25
        class_alias(FormRenderer::class, IFormRenderer::class);
1✔
26
}
27

28
if (false) {
1✔
29
        /** @deprecated use Nette\Forms\SubmitterControl */
30
        interface ISubmitterControl extends SubmitterControl
×
31
        {
32
        }
33
} elseif (!interface_exists(ISubmitterControl::class)) {
1✔
34
        class_alias(SubmitterControl::class, ISubmitterControl::class);
1✔
35
}
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