We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542b596 commit 60677e9Copy full SHA for 60677e9
PhpVH.Tests.Integration/BasicTests.cs
@@ -76,11 +76,11 @@ public void TestWebroot()
76
.GetFiles(Settings.Webroot, "*", SearchOption.AllDirectories)
77
.Where(x => Path.GetExtension(x).ToLower() == ".php");
78
79
- if (!phpFiles.Any())
80
- {
81
- var msg = string.Format("Could not find PHP files in webroot \"{0}\".", Settings.Webroot);
82
- throw new AssertionException(msg);
83
- }
+ //if (!phpFiles.Any())
+ //{
+ // var msg = string.Format("Could not find PHP files in webroot \"{0}\".", Settings.Webroot);
+ // throw new AssertionException(msg);
+ //}
84
}
85
86
[Test(Description = "PHP test"), Category("PhpTest")]
0 commit comments