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

nette / utils / 22290136219

23 Feb 2026 01:47AM UTC coverage: 93.125% (-0.003%) from 93.128%
22290136219

push

github

dg
added CLAUDE.md

2086 of 2240 relevant lines covered (93.13%)

0.93 hits per line

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

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

3
/**
1✔
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\Utils;
9

10
use Nette;
11

12
if (false) {
1✔
13
        /** @deprecated use Nette\HtmlStringable */
14
        interface IHtmlString extends Nette\HtmlStringable
15
        {
1✔
16
        }
1✔
17
} elseif (!interface_exists(IHtmlString::class)) {
1✔
18
        class_alias(Nette\HtmlStringable::class, IHtmlString::class);
×
19
}
20

21
namespace Nette\Localization;
22

23
if (false) {
1✔
24
        /** @deprecated use Nette\Localization\Translator */
25
        interface ITranslator extends Translator
26
        {
27
        }
28
} elseif (!interface_exists(ITranslator::class)) {
1✔
29
        class_alias(Translator::class, ITranslator::class);
1✔
30
}
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