App下載

詞條

大約有 7,000 項(xiàng)符合查詢結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0048秒)

4761.@small

...不能依賴于標(biāo)記為 @medium 或 @large 的測(cè)試。 如果安裝了 PHP_Invoker 組件包并啟用了嚴(yán)格模式,一個(gè)執(zhí)行時(shí)間超過(guò)1秒的小型(small)測(cè)試將會(huì)視為失敗。這個(gè)超時(shí)限制可以通過(guò) XML 配置文件的 timeoutForSmallTests 屬性進(jìn)行配置。 Note 默認(rèn)情...

http://www.o2fo.com/phpunit5/m1qaoozt.html

4762.@large

@large @large 標(biāo)注是 @group large 的別名。 如果安裝了 PHP_Invoker 組件包并啟用了嚴(yán)格模式,一個(gè)執(zhí)行時(shí)間超過(guò)60秒的大型(large)測(cè)試將視為失敗。這個(gè)超時(shí)限制可以通過(guò) XML 配置文件的 timeoutForLargeTests 屬性進(jìn)行配置。 ...

http://www.o2fo.com/phpunit5/ufe9lozt.html

4763.@coversDefaultClass

...短標(biāo)注”。 Example?B.1.?用 @coversDefaultClass 縮短標(biāo)注 <?php /** * @coversDefaultClass \Foo\CoveredClass */ class CoversDefaultClassTest extends PHPUnit_Framework_TestCase { /** * @covers ::publicMethod */ public function testSomething() { $o = new Foo\CoveredClass; $o->publicMeth...

http://www.o2fo.com/phpunit5/njb8sozt.html

4764.@medium

...(medium)測(cè)試不能依賴于標(biāo)記為 @large 的測(cè)試。 如果安裝了 PHP_Invoker 組件包并啟用了嚴(yán)格模式,一個(gè)執(zhí)行時(shí)間超過(guò)10秒的中型(medium)測(cè)試將視為失敗。這個(gè)超時(shí)限制可以通過(guò) XML 配置文件的 timeoutForMediumTests 屬性進(jìn)行配置。 ...

http://www.o2fo.com/phpunit5/16h5xozt.html

4765.@requires

@requires @requires 標(biāo)注用于在常見(jiàn)前提條件(例如 PHP 版本或所安裝的擴(kuò)展)不滿足時(shí)跳過(guò)測(cè)試。 完整的可能用法以及例子見(jiàn)Table?7.3, “可能的 @requires 用法”

http://www.o2fo.com/phpunit5/4fmj9ozt.html

4766.@runTestsInSeparateProcesses

...ocesses 指明單個(gè)測(cè)試類內(nèi)的所有測(cè)試要各自運(yùn)行在獨(dú)立的 PHP 進(jìn)程中。 /** * @runTestsInSeparateProcesses */ class MyTest extends PHPUnit_Framework_TestCase { // ... } 注意:the section called “@preserveGlobalState” 默認(rèn)情況下,PHPUnit 會(huì)嘗試通過(guò)在父進(jìn)程序...

http://www.o2fo.com/phpunit5/9n5c8ozt.html

4767.@runInSeparateProcess

@runInSeparateProcess 明某個(gè)測(cè)試要運(yùn)行在獨(dú)立的 PHP 進(jìn)程中。 class MyTest extends PHPUnit_Framework_TestCase { /** * @runInSeparateProcess */ public function testInSeparateProcess() { // ... } } 注意:the section called “@preserveGlobalState” 默認(rèn)情況下,PHPUnit 會(huì)嘗...

http://www.o2fo.com/phpunit5/1pnvmozt.html

4768.測(cè)試監(jiān)聽(tīng)器

...ers> <listener class="MyListener" file="/optional/path/to/MyListener.php"> <arguments> <array> <element key="0"> <string>Sebastian</string> </element> </array> <integer>22</integer> <string>April</string> <double>19.78&...

http://www.o2fo.com/phpunit5/sjlakozt.html

4769.為 Selenium RC 配置瀏覽器

...4" timeout="30000"/> </selenium> 以上 XML 配置對(duì)應(yīng)于如下 PHP 代碼: class WebTest extends PHPUnit_Extensions_SeleniumTestCase { public static $browsers = array( array( 'name' => 'Firefox on Linux', 'browser' => '*firefox /usr/lib/firefox/firefox-bin', 'host' => 'm...

http://www.o2fo.com/phpunit5/z3dj7ozt.html

4770.概述

...統(tǒng)設(shè)計(jì)方案及源碼 android/ 一個(gè)最小的Android程序?qū)嵗?rest/ PHP Laravel Framework to create RESTful API python/ 簡(jiǎn)單的pyhon示例 hardware/ 硬件串口通信收集 doc/ 文檔 簡(jiǎn)介ppt nginx配置 系統(tǒng)框架圖 dashboard/ 基于ruby框架dashing的dashboard Install 直接下載...

http://www.o2fo.com/bare_minimum/ikworozt.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

4761.@small

...不能依賴于標(biāo)記為 @medium 或 @large 的測(cè)試。 如果安裝了 PHP_Invoker 組件包并啟用了嚴(yán)格模式,一個(gè)執(zhí)行時(shí)間超過(guò)1秒的小型(small)測(cè)試將會(huì)視為失敗。這個(gè)超時(shí)限制可以通過(guò) XML 配置文件的 timeoutForSmallTests 屬性進(jìn)行配置。 Note 默認(rèn)情...

http://www.o2fo.com/phpunit5/m1qaoozt.html

4762.@large

@large @large 標(biāo)注是 @group large 的別名。 如果安裝了 PHP_Invoker 組件包并啟用了嚴(yán)格模式,一個(gè)執(zhí)行時(shí)間超過(guò)60秒的大型(large)測(cè)試將視為失敗。這個(gè)超時(shí)限制可以通過(guò) XML 配置文件的 timeoutForLargeTests 屬性進(jìn)行配置。 ...

http://www.o2fo.com/phpunit5/ufe9lozt.html

4763.@coversDefaultClass

...短標(biāo)注”。 Example?B.1.?用 @coversDefaultClass 縮短標(biāo)注 <?php /** * @coversDefaultClass \Foo\CoveredClass */ class CoversDefaultClassTest extends PHPUnit_Framework_TestCase { /** * @covers ::publicMethod */ public function testSomething() { $o = new Foo\CoveredClass; $o->publicMeth...

http://www.o2fo.com/phpunit5/njb8sozt.html

4764.@medium

...(medium)測(cè)試不能依賴于標(biāo)記為 @large 的測(cè)試。 如果安裝了 PHP_Invoker 組件包并啟用了嚴(yán)格模式,一個(gè)執(zhí)行時(shí)間超過(guò)10秒的中型(medium)測(cè)試將視為失敗。這個(gè)超時(shí)限制可以通過(guò) XML 配置文件的 timeoutForMediumTests 屬性進(jìn)行配置。 ...

http://www.o2fo.com/phpunit5/16h5xozt.html

4765.@requires

@requires @requires 標(biāo)注用于在常見(jiàn)前提條件(例如 PHP 版本或所安裝的擴(kuò)展)不滿足時(shí)跳過(guò)測(cè)試。 完整的可能用法以及例子見(jiàn)Table?7.3, “可能的 @requires 用法”

http://www.o2fo.com/phpunit5/4fmj9ozt.html

4766.@runTestsInSeparateProcesses

...ocesses 指明單個(gè)測(cè)試類內(nèi)的所有測(cè)試要各自運(yùn)行在獨(dú)立的 PHP 進(jìn)程中。 /** * @runTestsInSeparateProcesses */ class MyTest extends PHPUnit_Framework_TestCase { // ... } 注意:the section called “@preserveGlobalState” 默認(rèn)情況下,PHPUnit 會(huì)嘗試通過(guò)在父進(jìn)程序...

http://www.o2fo.com/phpunit5/9n5c8ozt.html

4767.@runInSeparateProcess

@runInSeparateProcess 明某個(gè)測(cè)試要運(yùn)行在獨(dú)立的 PHP 進(jìn)程中。 class MyTest extends PHPUnit_Framework_TestCase { /** * @runInSeparateProcess */ public function testInSeparateProcess() { // ... } } 注意:the section called “@preserveGlobalState” 默認(rèn)情況下,PHPUnit 會(huì)嘗...

http://www.o2fo.com/phpunit5/1pnvmozt.html

4768.測(cè)試監(jiān)聽(tīng)器

...ers> <listener class="MyListener" file="/optional/path/to/MyListener.php"> <arguments> <array> <element key="0"> <string>Sebastian</string> </element> </array> <integer>22</integer> <string>April</string> <double>19.78&...

http://www.o2fo.com/phpunit5/sjlakozt.html

4769.為 Selenium RC 配置瀏覽器

...4" timeout="30000"/> </selenium> 以上 XML 配置對(duì)應(yīng)于如下 PHP 代碼: class WebTest extends PHPUnit_Extensions_SeleniumTestCase { public static $browsers = array( array( 'name' => 'Firefox on Linux', 'browser' => '*firefox /usr/lib/firefox/firefox-bin', 'host' => 'm...

http://www.o2fo.com/phpunit5/z3dj7ozt.html

4770.概述

...統(tǒng)設(shè)計(jì)方案及源碼 android/ 一個(gè)最小的Android程序?qū)嵗?rest/ PHP Laravel Framework to create RESTful API python/ 簡(jiǎn)單的pyhon示例 hardware/ 硬件串口通信收集 doc/ 文檔 簡(jiǎn)介ppt nginx配置 系統(tǒng)框架圖 dashboard/ 基于ruby框架dashing的dashboard Install 直接下載...

http://www.o2fo.com/bare_minimum/ikworozt.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程