Don't use C#6 syntax in tests

This commit is contained in:
Sebastiaan Janssen
2016-07-19 12:40:08 +02:00
parent 05b0c16d18
commit 3c653fbd5f

View File

@@ -100,7 +100,10 @@ namespace Umbraco.Tests.TestHelpers
return _appContext;
}
protected virtual ISqlSyntaxProvider SqlSyntax => GetSyntaxProvider();
protected virtual ISqlSyntaxProvider SqlSyntax
{
get { return GetSyntaxProvider(); }
}
/// <summary>
/// The database behavior to use for the test/fixture