Fails on the common test due to it's a composite resource
Opened this issue · 0 comments
johlju commented
Fails on the common test, due to that the test framework does not support composite resource at the moment.
Context DscResources\xIisWordPressSite\xIisWordPressSite.Schema.psm1
There are parse errors in C:\projects\xwordpress\DscResources\xIisWordPressSite\xIisWordPressSite.Schema.psm1:
Extent : xWebSite
ErrorId : ResourceNotDefined
Message : Undefined DSC resource 'xWebSite'. Use Import-DSCResource to import the resource.
IncompleteInput : False
Extent : xWebSite
ErrorId : ResourceNotDefined
Message : Undefined DSC resource 'xWebSite'. Use Import-DSCResource to import the resource.
IncompleteInput : False
Extent : xRemoteFile
ErrorId : ResourceNotDefined
Message : Undefined DSC resource 'xRemoteFile'. Use Import-DSCResource to import the resource.
IncompleteInput : False
Extent : xArchive
ErrorId : ResourceNotDefined
Message : Undefined DSC resource 'xArchive'. Use Import-DSCResource to import the resource.
IncompleteInput : False
[-] Module file 'DscResources\xIisWordPressSite\xIisWordPressSite.Schema.psm1' should not contain parse errors 81ms
Expected $false, but got $true.
248: $containsParseErrors | Should -Be $false
at <ScriptBlock>, C:\projects\xwordpress\DscResource.Tests\Meta.Tests.ps1: line 248