久久久久久久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>
                            主站蜘蛛池模板: 久久国产精品视频免费看 | 久久久久黄色 | 国产一区欧美一区 | 亚洲一二三区在线观看 | 亚洲一区二区精品视频在线观看 | 国产精品一码二码三码在线 | 国内精品久久久久久久影视简单 | 日韩有码一区二区三区 | 在线成人av | 日本黄色一级片视频 | 国产伦精品一区二区三区在线 | 97精品超碰一区二区三区 | 成年人在线视频 | 欧美一级在线观看 | 99热视| 精品国产黄a∨片高清在线 成人区精品一区二区婷婷 日本一区二区视频 | 久久99深爱久久99精品 | 久草电影网 | 欧美久久视频 | 无码一区二区三区视频 | 伊人久久综合 | 网址黄 | 天天在线操 | 午夜在线视频一区二区三区 | 欧美久久一级特黄毛片 | 天天做日日做 | 日韩在线免费视频 | 中文字幕一区在线 | 超碰av免费 | 久久在线看 | 久草视频网站 | 午夜电影网 | 国产高清免费视频 | 黄色片网站在线观看 | 日韩欧美一二三区 | 日韩在线免费播放 | 欧美区在线 | 免费在线色 | 亚洲精品成人av久久 | 精品无码三级在线观看视频 | 亚洲高清在线 |