Skip to content

Commit

Permalink
DOMDocument referenced in test program
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed May 2, 2024
1 parent bf7e45e commit 3253e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tests/Peachpie.Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ static void Main(string[] args)
IsSubmission = false,
AdditionalReferences = new string[] {
typeof(Program).Assembly.Location,
typeof(Library.XmlDom.DOMDocument).Assembly.Location,
typeof(Library.Graphics.PhpImage).Assembly.Location,
typeof(Library.MySql.MySql).Assembly.Location,
typeof(Library.Network.CURLFunctions).Assembly.Location,
Expand Down

0 comments on commit 3253e5a

Please sign in to comment.