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 \