Core.Strings - supports allowUnderscoreInTerm in new DefaultShortStringHelper
This commit is contained in:
@@ -11,7 +11,13 @@ namespace Umbraco.Tests.CoreStrings
|
||||
[TestFixture]
|
||||
public class LegacyShortStringHelperTests
|
||||
{
|
||||
readonly LegacyShortStringHelper _helper = new LegacyShortStringHelper();
|
||||
private LegacyShortStringHelper _helper;
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
_helper = new LegacyShortStringHelper();
|
||||
}
|
||||
|
||||
#region Cases
|
||||
[TestCase("foo", "foo")]
|
||||
|
||||
Reference in New Issue
Block a user