1. 首页
  2. 数据库
  3. 其它
  4. phpunit xpath assertions:PHPUnit基于Xpath的断言 源码

phpunit xpath assertions:PHPUnit基于Xpath的断言 源码

上传者: 2021-02-10 01:45:09上传 ZIP文件 27.85KB 热度 20次
phpunit-xpath-assertions 与PHPUnit一起使用的Xpath断言和约束。 例 use PHPUnit \ Framework \ TestCase ; use PHPUnit \ Xpath \ Assert as XpathAssertions ; class MyProjectExampleTest extends TestCase { use XpathAssertions ; public function testChildElementExistsInDocument () { $ document = new \
用户评论