Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/EmailNotifications/vendor/html2text/html2text/test/ListTest.php
Ðазад
<?php namespace Html2Text; use PHPUnit\Framework\TestCase; class ListTest extends TestCase { public function testList() { $html =<<<'EOT' <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> EOT; $expected =<<<'EOT' * Item 1 * Item 2 * Item 3 EOT; $html2text = new Html2Text($html); $this->assertEquals($expected, $html2text->getText()); } public function testOrderedList() { $html =<<<'EOT' <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol> EOT; $expected =<<<'EOT' * Item 1 * Item 2 * Item 3 EOT; $html2text = new Html2Text($html); $this->assertEquals($expected, $html2text->getText()); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка