Note:

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

Talk:Common unit test problems: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
Line 2: Line 2:
--[[User:Séverin Terrier|Séverin Terrier]] 23:36, 15 May 2012 (WST)
--[[User:Séverin Terrier|Séverin Terrier]] 23:36, 15 May 2012 (WST)


I think that the installation instructions are incorrect. Need to check with Eloy
For unit tests the situation is different for technical accuracy. Installation is plagued by https://docs.moodle.org/dev/Database_collation_issue
--[[User:Dan Poltawski|Dan Poltawski]] 00:27, 16 May 2012 (WST)
 
I was wrong, i've corrected it - see also MDL-34271

Latest revision as of 10:00, 18 June 2013

You say that, to correct some elements, one should change collation, to use utf8_bin, but installation instructions say to use utf8_unicode_ci. So what should be done exactly ? --Séverin Terrier 23:36, 15 May 2012 (WST)

For unit tests the situation is different for technical accuracy. Installation is plagued by https://docs.moodle.org/dev/Database_collation_issue