Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/FileImporter/tests/phpunit/unit/FileImporterUtilsTest.php
Ðазад
<?php namespace FileImporter\Tests; use FileImporter\FileImporterUtils; /** * @covers \FileImporter\FileImporterUtils * * @license GPL-2.0-or-later */ class FileImporterUtilsTest extends \MediaWikiUnitTestCase { public static function provideHtmlSnippets() { return [ 'success' => [ '<a>… <a href="#">…', '<a target="_blank">… <a target="_blank" href="#">…', ], 'tag is capitalized' => [ '<A>…', '<a target="_blank">…', ], 'there is already a target' => [ "<a href=\"#\"\ntarget=\"_top\">… <a>…", "<a href=\"#\"\ntarget=\"_top\">… <a target=\"_blank\">…", ], 'not an <a> tag' => [ '<abbr>…', '<abbr>…', ], ]; } /** * @dataProvider provideHtmlSnippets */ public function testAddTargetBlankToLinks( string $html, string $expected ) { $this->assertSame( $expected, FileImporterUtils::addTargetBlankToLinks( $html ) ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка