久久久久久久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>
                            主站蜘蛛池模板: 99精品国产一区二区三区 | 理伦毛片 | 日韩伦理一区二区 | 国产在线视频一区二区董小宛性色 | 一级片在线观看 | 欧洲亚洲一区 | 在线高清免费观看视频 | 中文字幕第49页 | 538在线精品 | 91亚洲一区 | 亚洲欧美一区二区三区国产精品 | 国产综合视频 | 在线免费观看毛片 | 久久久成| 欧美精品综合在线 | 国产一区二区三区四区 | 亚洲精品日韩一区二区电影 | 永久网站| 农村黄性色生活片 | 精品一区二区三区91 | 日韩黄色av | 一区二区三区精品在线 | 99久久精品免费看国产小宝寻花 | 日韩精品一区二区在线观看 | 国产精品日韩欧美一区二区 | 在线看亚洲 | 一区二区免费视频 | 久草精品视频 | 女同久久| 爱爱综合网 | 亚洲一av | 91久久精品国产91久久性色tv | 国产亚洲一区二区三区在线观看 | 老头搡老女人毛片视频在线看 | 亚洲成人精| 久久久性色精品国产免费观看 | 国产在线精品一区二区三区 | 亚洲天堂中文字幕 | 伊人伊人 | 18成人在线观看 | 第一区在线观看免费国语入口 |