mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 03:03:26 +00:00
Moved PhpDeserialize.js to PHP.js to encompass possible future PHP-related ops
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* PHP Serialization tests.
|
||||
* PHP tests.
|
||||
*
|
||||
* @author Jarmo van Lenthe
|
||||
*
|
||||
Reference in New Issue
Block a user