aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/json/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 04:56:53 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 04:56:53 +0900
commit7fece52d9e414060572580fa90214c5df72b92f1 (patch)
treef79f2d02bcab4dc002675cae07ee8e01cd835578 /crates/shirabe/tests/json/main.rs
parentc0cc563e250812ebef0bb86f2c007fbb5c1dbd92 (diff)
downloadphp-shirabe-7fece52d9e414060572580fa90214c5df72b92f1.tar.gz
php-shirabe-7fece52d9e414060572580fa90214c5df72b92f1.tar.zst
php-shirabe-7fece52d9e414060572580fa90214c5df72b92f1.zip
test(json): port JsonManipulatorTest as stubs
JsonManipulator's text-rewriting operations reach addcslashes (todo!()) in the php-shim, so all 50 cases are stubbed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/json/main.rs')
-rw-r--r--crates/shirabe/tests/json/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/json/main.rs b/crates/shirabe/tests/json/main.rs
index 6fdaa25..279b5b5 100644
--- a/crates/shirabe/tests/json/main.rs
+++ b/crates/shirabe/tests/json/main.rs
@@ -1,3 +1,4 @@
mod json_file_test;
+mod json_manipulator_test;
mod json_formatter_test;
mod json_validation_exception_test;