Add tests for PHP deserialization

This commit is contained in:
Jarmo van Lenthe 2017-11-12 22:10:28 -05:00
parent 4be7f89fd8
commit f596fe8404
2 changed files with 69 additions and 0 deletions

View file

@ -27,6 +27,7 @@ import "./tests/operations/MorseCode.js";
import "./tests/operations/MS.js";
import "./tests/operations/StrUtils.js";
import "./tests/operations/SeqUtils.js";
import "./tests/operations/PhpSerialization.js";
let allTestsPassing = true;