mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
16 lines
490 B
C#
16 lines
490 B
C#
|
|
using NUnit.Framework;
|
|||
|
|
using Orchard.CodeGeneration.Commands;
|
|||
|
|
using Orchard.Environment.Extensions;
|
|||
|
|
|
|||
|
|
namespace Orchard.Tests.Modules.CodeGeneration.Commands {
|
|||
|
|
[TestFixture]
|
|||
|
|
public class CodeGenerationCommandsTests {
|
|||
|
|
|
|||
|
|
[Test]
|
|||
|
|
public void CreateDataMigrationTest() {
|
|||
|
|
//ExtensionManager extensionManager = new ExtensionManager();
|
|||
|
|
//CodeGenerationCommands codeGenerationCommands = new CodeGenerationCommands();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|