14 lines
285 B
C#
14 lines
285 B
C#
using NUnit.Framework;
|
|
|
|
namespace Umbraco.Tests.Configurations.UmbracoSettings
|
|
{
|
|
[TestFixture]
|
|
public class SecurityElementDefaultTests : SecurityElementTests
|
|
{
|
|
protected override bool TestingDefaults
|
|
{
|
|
get { return true; }
|
|
}
|
|
}
|
|
}
|