バージョン選択

フォーラム

メニュー

オンライン状況

32 人のユーザが現在オンラインです。 (20 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 32
もっと...

サイト内検索

質問 > その他 > PHPUnitの実行について

その他

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
suruseas
投稿日時: 2013/5/10 10:32
対応状況: −−−
半人前
登録日: 2013/5/8
居住地:
投稿: 21
Re: PHPUnitの実行について
大変遅くなりました。操作手順及びログは以下となります。
よろしくお願い致します。

$ tar zxvf eccube-2.12.3.tar.gz
$ cd eccube-2.12.3
$ cp tests/phpunit.xml.base tests/phpunit.xml
$ cp tests/require.php.base tests/require.php
$ phing -verbose test
$ cat reports/stderr.log
PHP Fatal error: Maximum function nesting level of '100' reached, aborting! in /home/username/ダウンロード/eccube-2.12.3/data/class/util/GC_Utils.php on line 213
PHP Stack trace:
PHP 1. {main}() /usr/bin/phpunit:0
PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46
PHP 3. PHPUnit_TextUI_Command->run() /usr/share/pear/PHPUnit/TextUI/Command.php:129
PHP 4. PHPUnit_Runner_BaseTestRunner->getTest() /usr/share/pear/PHPUnit/TextUI/Command.php:150
PHP 5. PHPUnit_Framework_TestSuite->addTestFiles() /usr/share/pear/PHPUnit/Runner/BaseTestRunner.php:96
PHP 6. PHPUnit_Framework_TestSuite->addTestFile() /usr/share/pear/PHPUnit/Framework/TestSuite.php:416
PHP 7. PHPUnit_Util_Fileloader::checkAndLoad() /usr/share/pear/PHPUnit/Framework/TestSuite.php:355
PHP 8. PHPUnit_Util_Fileloader::load() /usr/share/pear/PHPUnit/Util/Fileloader.php:76
PHP 9. include_once() /usr/share/pear/PHPUnit/Util/Fileloader.php:92
PHP 10. require_once() /home/username/ダウンロード/eccube-2.12.3/tests/class/SC_Date/SC_Date_AccessorTest.php:25
PHP 11. require_once() /home/username/ダウンロード/eccube-2.12.3/tests/class/Common_TestCase.php:8
PHP 12. require_once() /home/username/ダウンロード/eccube-2.12.3/tests/require.php:3
PHP 13. require_once() /home/username/ダウンロード/eccube-2.12.3/html/require.php:35
PHP 14. SC_Utils::sfInitInstall() /home/username/ダウンロード/eccube-2.12.3/data/require_base.php:38
PHP 15. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:44
PHP 16. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 17. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 18. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
〜以下繰り返しなので省略〜
PHP 94. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 95. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 96. fopen() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:82
PHP 97. SC_Helper_HandleError::handle_warning() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:82
PHP 98. GC_Utils::gfPrintLog() /home/username/ダウンロード/eccube-2.12.3/data/class/helper/SC_Helper_HandleError.php:107
PHP 99. GC_Utils::gfLogRotation() /home/username/ダウンロード/eccube-2.12.3/data/class/util/GC_Utils.php:197
PHP Fatal error: Call to a member function doAction() on a non-object in /home/username/ダウンロード/eccube-2.12.3/data/class/SC_View.php on line 137
PHP Stack trace:
PHP 1. {main}() /usr/bin/phpunit:0
PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46
PHP 3. PHPUnit_TextUI_Command->run() /usr/share/pear/PHPUnit/TextUI/Command.php:129
PHP 4. PHPUnit_Runner_BaseTestRunner->getTest() /usr/share/pear/PHPUnit/TextUI/Command.php:150
PHP 5. PHPUnit_Framework_TestSuite->addTestFiles() /usr/share/pear/PHPUnit/Runner/BaseTestRunner.php:96
PHP 6. PHPUnit_Framework_TestSuite->addTestFile() /usr/share/pear/PHPUnit/Framework/TestSuite.php:416
PHP 7. PHPUnit_Util_Fileloader::checkAndLoad() /usr/share/pear/PHPUnit/Framework/TestSuite.php:355
PHP 8. PHPUnit_Util_Fileloader::load() /usr/share/pear/PHPUnit/Util/Fileloader.php:76
PHP 9. include_once() /usr/share/pear/PHPUnit/Util/Fileloader.php:92
PHP 10. require_once() /home/username/ダウンロード/eccube-2.12.3/tests/class/SC_Date/SC_Date_AccessorTest.php:25
PHP 11. require_once() /home/username/ダウンロード/eccube-2.12.3/tests/class/Common_TestCase.php:8
PHP 12. require_once() /home/username/ダウンロード/eccube-2.12.3/tests/require.php:3
PHP 13. require_once() /home/username/ダウンロード/eccube-2.12.3/html/require.php:35
PHP 14. SC_Utils::sfInitInstall() /home/username/ダウンロード/eccube-2.12.3/data/require_base.php:38
PHP 15. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:44
PHP 16. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 17. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 18. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
〜以下繰り返しなので省略〜
PHP 94. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 95. SC_Utils::searchInstallerPath() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:84
PHP 96. fopen() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:82
PHP 97. SC_Helper_HandleError::handle_warning() /home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php:82
PHP 98. GC_Utils::gfPrintLog() /home/username/ダウンロード/eccube-2.12.3/data/class/helper/SC_Helper_HandleError.php:107
PHP 99. GC_Utils::gfLogRotation() /home/username/ダウンロード/eccube-2.12.3/data/class/util/GC_Utils.php:197
PHP 101. SC_Helper_HandleError::handle_error() /home/username/ダウンロード/eccube-2.12.3/data/class/helper/SC_Helper_HandleError.php:0
PHP 102. SC_Helper_HandleError::displaySystemError() /home/username/ダウンロード/eccube-2.12.3/data/class/helper/SC_Helper_HandleError.php:180
PHP 103. LC_Page_Error_SystemError_Ex->process() /home/username/ダウンロード/eccube-2.12.3/data/class/helper/SC_Helper_HandleError.php:214
PHP 104. LC_Page_Error_SystemError->process() /home/username/ダウンロード/eccube-2.12.3/data/class_extends/page_extends/error/LC_Page_Error_SystemError_Ex.php:57
PHP 105. LC_Page_Error_SystemError->sendResponse() /home/username/ダウンロード/eccube-2.12.3/data/class/pages/error/LC_Page_Error_SystemError.php:66
PHP 106. SC_Display->prepare() /home/username/ダウンロード/eccube-2.12.3/data/class/pages/error/LC_Page_Error_SystemError.php:104
PHP 107. SC_View->getResponse() /home/username/ダウンロード/eccube-2.12.3/data/class/SC_Display.php:77
PHP 108. Smarty->fetch() /home/username/ダウンロード/eccube-2.12.3/data/class/SC_View.php:100
PHP 109. Smarty->_compile_resource() /home/username/ダウンロード/eccube-2.12.3/data/module/Smarty/libs/Smarty.class.php:1261
PHP 110. Smarty->_compile_source() /home/username/ダウンロード/eccube-2.12.3/data/module/Smarty/libs/Smarty.class.php:1422
PHP 111. Smarty_Compiler->_compile_file() /home/username/ダウンロード/eccube-2.12.3/data/module/Smarty/libs/Smarty.class.php:1489
PHP 112. call_user_func_array() /home/username/ダウンロード/eccube-2.12.3/data/module/Smarty/libs/Smarty_Compiler.class.php:249
PHP 113. SC_View->prefilter_transform() /home/username/ダウンロード/eccube-2.12.3/data/module/Smarty/libs/Smarty_Compiler.class.php:249
$ cat data/logs/error.log
2013/05/10 10:22:13 [/usr/bin/phpunit] Warning(E_WARNING): fopen(://:/) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: そのようなファイルやディレクトリはありません on [/home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php(82)] from
〜以下繰り返しなので省略〜
2013/05/10 10:22:13 [/usr/bin/phpunit] Warning(E_WARNING): fopen(://:/) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: そのようなファイルやディレクトリはありません on [/home/username/ダウンロード/eccube-2.12.3/data/class/util/SC_Utils.php(82)] from
2013/05/10 10:22:13 [/usr/bin/phpunit] Fatal error(E_ERROR): Maximum function nesting level of '100' reached, aborting! on [/home/username/ダウンロード/eccube-2.12.3/data/class/util/GC_Utils.php(213)] from
customer_id =
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   PHPUnitの実行について suruseas 2013/5/8 17:40
     Re: PHPUnitの実行について suruseas 2013/5/8 17:44
     Re: PHPUnitの実行について suruseas 2013/5/8 19:36
       Re: PHPUnitの実行について nanasess 2013/5/8 20:05
         Re: PHPUnitの実行について suruseas 2013/5/8 20:34
           Re: PHPUnitの実行について nanasess 2013/5/8 21:18
             Re: PHPUnitの実行について suruseas 2013/5/8 23:01
   » Re: PHPUnitの実行について suruseas 2013/5/10 10:32
       Re: PHPUnitの実行について nanasess 2013/5/10 10:39
         Re: PHPUnitの実行について suruseas 2013/5/10 16:05
           Re: PHPUnitの実行について nanasess 2013/5/10 17:06
             Re: PHPUnitの実行について suruseas 2013/5/10 17:14
           Re: PHPUnitの実行について suruseas 2013/5/10 17:08
           Re: PHPUnitの実行について red 2013/5/10 17:25
             Re: PHPUnitの実行について seasoft 2013/5/10 17:30
               Re: PHPUnitの実行について suruseas 2013/5/10 18:10
                 Re: PHPUnitの実行について nanasess 2013/5/10 18:50
                   Re: PHPUnitの実行について seasoft 2013/5/10 19:00
                   Re: PHPUnitの実行について red 2013/5/10 19:10
                   Re: PHPUnitの実行について suruseas 2013/5/13 13:53
             Re: PHPUnitの実行について suruseas 2013/5/10 18:04
               Re: PHPUnitの実行について red 2013/5/10 19:09
                 Re: PHPUnitの実行について red 2013/5/10 19:13
                   Re: PHPUnitの実行について suruseas 2013/5/13 13:35
                     Re: PHPUnitの実行について suruseas 2013/5/13 14:13
                       Re: PHPUnitの実行について suruseas 2013/5/14 16:55
                         Re: PHPUnitの実行について nanasess 2013/5/17 19:10
                           Re: PHPUnitの実行について suruseas 2013/5/21 18:41

 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,928名です
総投稿数は110,012件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1646
8
red
1570
9
mcontact
1296
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.