Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Talk:PHPUnit installation in Windows: Difference between revisions

From MoodleDocs
 
Line 5: Line 5:


::I seem to be using 5.3.x, and the unit tests work for me.--[[User:Tim Hunt|Tim Hunt]] ([[User talk:Tim Hunt|talk]]) 00:26, 23 July 2013 (WST)
::I seem to be using 5.3.x, and the unit tests work for me.--[[User:Tim Hunt|Tim Hunt]] ([[User talk:Tim Hunt|talk]]) 00:26, 23 July 2013 (WST)
Composer installer require PHP openssl extension, while PHP installation on http://windows.php.net/download/ doesn't contains it.
Without the links where to get this extension this instructions doesn't allows to install Moodle with PHPUnit.
--[[User:Oleg Sychev|Oleg Sychev]] ([[User talk:Oleg Sychev|talk]]) 05:14, 28 March 2014 (WST)

Latest revision as of 21:39, 27 March 2014

Install PHP 5.4

Is PHP 5.4 required? In other words, is PHP 5.3 not supported?

--Luis de Vasconcelos (talk) 20:43, 22 July 2013 (WST)

I seem to be using 5.3.x, and the unit tests work for me.--Tim Hunt (talk) 00:26, 23 July 2013 (WST)