Changed default language for Unit & Integration tests to en-US
This commit is contained in:
4
src/Umbraco.Tests.Integration/AssemblyAttributes.cs
Normal file
4
src/Umbraco.Tests.Integration/AssemblyAttributes.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
[assembly: SetCulture("en-US")]
|
||||
[assembly: SetUICulture("en-US")]
|
||||
4
src/Umbraco.Tests.UnitTests/AssemblyAttributes.cs
Normal file
4
src/Umbraco.Tests.UnitTests/AssemblyAttributes.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
[assembly: SetCulture("en-US")]
|
||||
[assembly: SetUICulture("en-US")]
|
||||
Reference in New Issue
Block a user