Moved PhpDeserialize.js to PHP.js to encompass possible future PHP-related ops

This commit is contained in:
n1474335 2017-11-24 16:32:11 +00:00
parent cfb6dd9471
commit fe8049199a
6 changed files with 19 additions and 17 deletions

View file

@ -25,9 +25,9 @@ import "./tests/operations/Hash.js";
import "./tests/operations/Image.js";
import "./tests/operations/MorseCode.js";
import "./tests/operations/MS.js";
import "./tests/operations/PHP.js";
import "./tests/operations/StrUtils.js";
import "./tests/operations/SeqUtils.js";
import "./tests/operations/PhpSerialization.js";
let allTestsPassing = true;