lastdragon-ru/phpunit-xml
最新稳定版本:11.0.0
Composer 安装命令:
composer require lastdragon-ru/phpunit-xml
包简介
PHPUnit XML / XML Schema assertions.
关键字:
README 文档
README
PHPUnit XML / XML Schema assertions.
Requirements
| Requirement | Constraint | Supported by |
|---|---|---|
| PHP | ^8.5 |
HEAD , 11.0.0 |
^8.4 |
HEAD ⋯ 10.0.0 |
|
^8.3 |
10.3.0 ⋯ 10.0.0 |
|
| PHPUnit | ^13.0.0 |
HEAD , 11.0.0 |
^12.0.0 |
10.3.0 ⋯ 10.0.0 |
|
^11.3.0 |
10.3.0 ⋯ 10.1.0 |
|
^11.2.0 |
10.0.0 |
Installation
Note
The package intended to use in dev.
composer require --dev lastdragon-ru/phpunit-xml
Usage
<?php declare(strict_types = 1); namespace LastDragon_ru\PhpUnit\Xml\Docs\Examples; use LastDragon_ru\PhpUnit\Xml\Assertions; use PHPUnit\Framework\TestCase; /** * @internal */ abstract class Usage extends TestCase { use Assertions; }
Assertions
Assertions::assertXmlMatchesSchema()- Asserts that XML matches schema.
Contributing
Please use the main repository to report issues, send pull requests, or ask questions.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-26