PHPUnit Testing in Phpstorm

PHPUnit Testing in Phpstorm

از Touma Kamijou در
Number of replies: 3

Hi there! I'm new to Moodle and I've been trying to set up Phpstorm to run PhpUnit Testing. However, I am bothered why whenever I run php admin\tool\phpunit\cli\init.php, I keep on getting:

 even though php_extension intl is already enabled. Please do enlighten me with this.

میانگین امتیازات:  -
In reply to Touma Kamijou

Re: PHPUnit Testing in Phpstorm

از Tim Hunt در
عکس Core developers عکس Documentation writers عکس Particularly helpful Moodlers عکس Peer reviewers عکس Plugin developers

The thing to be aware of (I think) is that there are sometimes two separate php.ini files. One is used when running things from the command line (like PHPunit) and a different one is used when PHP is running under Apache or IIS.