Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:PHPUnit installation in Windows: Difference between revisions

From MoodleDocs
No edit summary
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.

Revision as of 21:14, 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)

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.