0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

phpunitでmax_execution_timeが効かなかった件

Posted at

環境に問題がありそうだが、手元のPHP5.3環境では
phpunit -d max_execution_time=0
が効かなかった

コンフィグファイルの記述は有効だったのでこれで対処

<php> 
  <ini name="max_execution_time" value="0" />
</php>

ちなみに、memory_limit はどちらでも有効だった

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?