mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Add tests for PHP deserialization
This commit is contained in:
parent
4be7f89fd8
commit
f596fe8404
2 changed files with 69 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue