久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='v7jm3'><style id='v7jm3'><dir id='v7jm3'><q id='v7jm3'></q></dir></style></legend>
  • <i id='v7jm3'><tr id='v7jm3'><dt id='v7jm3'><q id='v7jm3'><span id='v7jm3'><b id='v7jm3'><form id='v7jm3'><ins id='v7jm3'></ins><ul id='v7jm3'></ul><sub id='v7jm3'></sub></form><legend id='v7jm3'></legend><bdo id='v7jm3'><pre id='v7jm3'><center id='v7jm3'></center></pre></bdo></b><th id='v7jm3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='v7jm3'><tfoot id='v7jm3'></tfoot><dl id='v7jm3'><fieldset id='v7jm3'></fieldset></dl></div>

        <bdo id='v7jm3'></bdo><ul id='v7jm3'></ul>
      <tfoot id='v7jm3'></tfoot>

        <small id='v7jm3'></small><noframes id='v7jm3'>

        Zend_Test_PHPUnit_Constraint_DomQuery::evaluate() 的聲明應該

        Declaration of Zend_Test_PHPUnit_Constraint_DomQuery::evaluate() should be compatible with that of PHPUnit_Framework_Constraint::evaluate()(Zend_Test_PHPUnit_Constraint_DomQuery::evaluate() 的聲明應該與 PHPUnit_Framework_Constraint::ev
        <legend id='SJ2BY'><style id='SJ2BY'><dir id='SJ2BY'><q id='SJ2BY'></q></dir></style></legend>

          <small id='SJ2BY'></small><noframes id='SJ2BY'>

                <tbody id='SJ2BY'></tbody>
              • <bdo id='SJ2BY'></bdo><ul id='SJ2BY'></ul>

                <tfoot id='SJ2BY'></tfoot>
              • <i id='SJ2BY'><tr id='SJ2BY'><dt id='SJ2BY'><q id='SJ2BY'><span id='SJ2BY'><b id='SJ2BY'><form id='SJ2BY'><ins id='SJ2BY'></ins><ul id='SJ2BY'></ul><sub id='SJ2BY'></sub></form><legend id='SJ2BY'></legend><bdo id='SJ2BY'><pre id='SJ2BY'><center id='SJ2BY'></center></pre></bdo></b><th id='SJ2BY'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='SJ2BY'><tfoot id='SJ2BY'></tfoot><dl id='SJ2BY'><fieldset id='SJ2BY'></fieldset></dl></div>

                1. 本文介紹了Zend_Test_PHPUnit_Constraint_DomQuery::evaluate() 的聲明應該與 PHPUnit_Framework_Constraint::evaluate() 的聲明兼容的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在嘗試使用 PHPUnit 3.6.4 對我的 Zend Framework 應用程序進行單元測試.當我在命令提示符中嘗試此命令時,出現以下錯誤.

                  I am trying to unit test my Zend Framework application using PHPUnit 3.6.4. I get the following error when i try this command in my command prompt.

                  C:xampphtdocs	estsample	ests>phpunit --configuration phpunit.xml
                  PHPUnit 3.6.4 by Sebastian Bergmann.
                  
                  Configuration read from C:xampphtdocs	estsample	estsphpunit.xml
                  
                  ←[31;1mE←[0m←[31;1mE←[0m..
                  
                  Time: 0 seconds, Memory: 10.00Mb
                  
                  There were 2 errors:
                  
                  1) IndexControllerTest::testIndexWithMessageAction
                  Declaration of Zend_Test_PHPUnit_Constraint_DomQuery::evaluate() should be compatible         
                  with that of PHPUnit_Framework_Constraint::evaluate()
                  
                  C:xampphtdocshivelibraryendTestPHPUnitConstraintDomQuery.php:40
                  C:xampphtdocshivelibraryendTestPHPUnitControllerTestCase.php:512
                  C:xampphtdocs	estsample	estsapplicationcontrollersIndexControllerTest.php
                  :14
                  C:xamppphpPEARPHPUnitFrameworkTestCase.php:925
                  C:xamppphpPEARPHPUnitFrameworkTestCase.php:787
                  C:xamppphpPEARPHPUnitFrameworkTestResult.php:649
                  C:xamppphpPEARPHPUnitFrameworkTestCase.php:734
                  C:xamppphpPEARPHPUnitFrameworkTestSuite.php:772
                  C:xamppphpPEARPHPUnitFrameworkTestSuite.php:745
                  C:xamppphpPEARPHPUnitFrameworkTestSuite.php:705
                  C:xamppphpPEARPHPUnitTextUITestRunner.php:325
                  C:xamppphpPEARPHPUnitTextUICommand.php:187
                  C:xamppphpPEARPHPUnitTextUICommand.php:125
                  C:xamppphpphpunit:44
                  
                  2) IndexControllerTest::testIndexNoMessageAction
                  Declaration of Zend_Test_PHPUnit_Constraint_ResponseHeader::evaluate() should be
                   compatible with that of PHPUnit_Framework_Constraint::evaluate()
                  
                  C:xampphtdocshivelibraryendTestPHPUnitConstraintResponseHeader.php:400
                  
                  C:xampphtdocshivelibraryendTestPHPUnitControllerTestCase.php:769
                  C:xampphtdocshivelibraryendTestPHPUnitControllerTestCase.php:769
                  C:xampphtdocs	estsample	estsapplicationcontrollersIndexControllerTest.php
                  :22
                  C:xamppphpPEARPHPUnitFrameworkTestCase.php:925
                  C:xamppphpPEARPHPUnitFrameworkTestCase.php:787
                  C:xamppphpPEARPHPUnitFrameworkTestResult.php:649
                  C:xamppphpPEARPHPUnitFrameworkTestCase.php:734
                  C:xamppphpPEARPHPUnitFrameworkTestSuite.php:772
                  C:xamppphpPEARPHPUnitFrameworkTestSuite.php:745
                  C:xamppphpPEARPHPUnitFrameworkTestSuite.php:705
                  C:xamppphpPEARPHPUnitTextUITestRunner.php:325
                  C:xamppphpPEARPHPUnitTextUICommand.php:187
                  C:xamppphpPEARPHPUnitTextUICommand.php:125
                  C:xamppphpphpunit:44
                  
                  ←[37;41m←[2KFAILURES!
                  ←[0m←[37;41m←[2KTests: 4, Assertions: 10, Errors: 2.
                  ←[0m←[2K
                  Generating code coverage report, this may take a moment.
                  

                  為什么我會收到這個錯誤?我做錯了什么?請幫幫我

                  Why am i getting this error? What is that I've done wrong? Please help me

                  推薦答案

                  Zend Framework 1 應用程序當前,可能在相當長一段時間內,只能使用 PHPUnit 3.5.x 正常運行.

                  Zend Framework 1 applications currently, and possibly for quite some time, only function properly using PHPUnit 3.5.x.

                  請參見將phpunit 3.6降級到3.5.15 關于如何降級到 3.5.

                  Please see downgrade phpunit 3.6 to 3.5.15 on how to downgrade to 3.5.

                  Zend Framework 2 將再次支持當前版本的 PHPUnit.

                  Zend Framework 2 will support the current version of PHPUnit again.

                  這篇關于Zend_Test_PHPUnit_Constraint_DomQuery::evaluate() 的聲明應該與 PHPUnit_Framework_Constraint::evaluate() 的聲明兼容的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Deadlock exception code for PHP, MySQL PDOException?(PHP、MySQL PDOException 的死鎖異常代碼?)
                  PHP PDO MySQL scrollable cursor doesn#39;t work(PHP PDO MySQL 可滾動游標不起作用)
                  PHP PDO ODBC connection(PHP PDO ODBC 連接)
                  Using PDO::FETCH_CLASS with Magic Methods(使用 PDO::FETCH_CLASS 和魔術方法)
                  php pdo get only one value from mysql; value that equals to variable(php pdo 只從 mysql 獲取一個值;等于變量的值)
                  MSSQL PDO could not find driver(MSSQL PDO 找不到驅動程序)

                    <legend id='Mwvc2'><style id='Mwvc2'><dir id='Mwvc2'><q id='Mwvc2'></q></dir></style></legend>

                      <tbody id='Mwvc2'></tbody>

                      <small id='Mwvc2'></small><noframes id='Mwvc2'>

                        <i id='Mwvc2'><tr id='Mwvc2'><dt id='Mwvc2'><q id='Mwvc2'><span id='Mwvc2'><b id='Mwvc2'><form id='Mwvc2'><ins id='Mwvc2'></ins><ul id='Mwvc2'></ul><sub id='Mwvc2'></sub></form><legend id='Mwvc2'></legend><bdo id='Mwvc2'><pre id='Mwvc2'><center id='Mwvc2'></center></pre></bdo></b><th id='Mwvc2'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Mwvc2'><tfoot id='Mwvc2'></tfoot><dl id='Mwvc2'><fieldset id='Mwvc2'></fieldset></dl></div>
                          <bdo id='Mwvc2'></bdo><ul id='Mwvc2'></ul>
                          <tfoot id='Mwvc2'></tfoot>
                            主站蜘蛛池模板: 国产精品综合网 | 国产高清区| 91婷婷韩国欧美一区二区 | 国产精品区一区二区三区 | 一区二区三区国产 | 成人精品鲁一区一区二区 | 免费黄色录像视频 | 蜜桃官网| 免费在线一区二区 | 久久这里有精品 | 日韩电影一区 | 成人av鲁丝片一区二区小说 | 欧美精品成人一区二区三区四区 | 激情国产在线 | 免费久久网站 | 91极品视频 | 奇米超碰在线 | 久久99精品久久久久久国产越南 | 国产美女视频一区 | 一区二区三区四区电影视频在线观看 | 精品国产乱码久久久久久果冻传媒 | 国产精品一区二区在线播放 | 黄色一级免费观看 | 国产成人免费视频网站高清观看视频 | 午夜婷婷激情 | 91亚洲国产精品 | 一级午夜aaa免费看三区 | 日韩精品1区2区 | 91天堂网 | 国产一区二区三区在线看 | 日日夜夜天天 | 亚洲精品久久久一区二区三区 | 天天天天操| 日韩成人一区二区 | 伊人在线 | 久久久久一区 | 视频二区国产 | 成人亚洲性情网站www在线观看 | 久久久九九 | 久久久久久中文字幕 | 国产精品 亚洲一区 |