Adding more unit tests to cover different scenarios for publishing logic
This commit is contained in:
@@ -69,6 +69,7 @@ namespace Umbraco.Core.Models
|
||||
/// <summary>
|
||||
/// Gets the current status of the Content
|
||||
/// </summary>
|
||||
[IgnoreDataMember]
|
||||
public ContentStatus Status
|
||||
{
|
||||
get
|
||||
|
||||
@@ -38,6 +38,11 @@ namespace Umbraco.Core.Models
|
||||
/// </summary>
|
||||
IContentType ContentType { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current status of the Content
|
||||
/// </summary>
|
||||
ContentStatus Status { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Changes the <see cref="IContentType"/> for the current content object
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user