W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
帶有一個(gè)或多個(gè) <testsuite>
子元素的 <testsuites>
元素用于將測(cè)試套件及測(cè)試用例組合出新的測(cè)試套件。
<testsuites>
<testsuite name="My Test Suite">
<directory>/path/to/*Test.php files</directory>
<file>/path/to/MyTest.php</file>
<exclude>/path/to/exclude</exclude>
</testsuite>
</testsuites>
可以用 phpVersion
和 phpVersionOperator
屬性來(lái)指定 PHP 版本需求。在以下例子中,僅當(dāng) PHP 版本至少為 5.3.0 時(shí)才會(huì)將 /path/to/*Test.php
文件與 /path/to/MyTest.php
文件添加到測(cè)試套件中。
<testsuites>
<testsuite name="My Test Suite">
<directory suffix="Test.php" phpVersion="5.3.0" phpVersionOperator=">=">/path/to/files</directory>
<file phpVersion="5.3.0" phpVersionOperator=">=">/path/to/MyTest.php</file>
</testsuite>
</testsuites>
phpVersionOperator
屬性是可選的,其默認(rèn)值為 >=
。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: