yii 和 zend studio 集成

  yii是基於測試驅動的,而zend studio是一個好用的ide。集成就是必須的。php

  本文適合喜歡使用ide的開發者,vim用戶或者文本編輯器使用者請忽略。vim

  本文使用的是最新的zend studio (版本 10.0.0)yii

  yii自己沒啥可說的,主要仍是phpunit相關的內容。編輯器

  建立完項目,寫一個簡單的testcase。ide

  [php]require_once 'test\CTestCase.php';/*** Task test case.*/class TaskTest extends CTestCase {public function testNewArrayIsEmpty(){$fixture = array();$this->assertEquals(0, sizeof($fixture));}}[/php]測試

  在 tests 目錄上直接 run as phpunit testui

  能夠運行,報錯:No test executed, Either a fatal error occurred, the launch was stopped manually or the script execution was halted with a ‘die’/'exit’ statement.this

  查看輸出:require_once(): Failed opening required 'PHPUnit/Extensions/SeleniumTestCase.php' (include_path='.;C:\Program Files (x86)\Zend\Zend Studio 10.0.0\plugins\com.zend.php.phpunit_10.0.0.201210220951\resources\library\3.6.10\;...........spa

  緣由:phpunit默認並無Selenium的擴展.net

  解決辦法:

  使用本身的pear安裝的phpunit

  下載一個Selenium的擴展,便可.(下載地址)解壓到phpunit目錄(就是上面輸出裏面的地址)的Extensions

  再次運行,正常鄭州不  孕 不  育 醫 院://jbk.39.net/yiyuanzaixian/zztjyy/

相關文章
相關標籤/搜索