aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-01 19:41:31 +0900
committernsfisis <nsfisis@gmail.com>2026-05-01 20:00:31 +0900
commit9776735dbfb4d34ac639947ecca12df06ddfa738 (patch)
tree06dd9c4940eeffa9a767f8cacf903c6e00e23ac7 /crates/mozart/Cargo.toml
parent7d36d8e5cf8c6f7c21a6b4c713217bc92c37d328 (diff)
downloadphp-mozart-9776735dbfb4d34ac639947ecca12df06ddfa738.tar.gz
php-mozart-9776735dbfb4d34ac639947ecca12df06ddfa738.tar.zst
php-mozart-9776735dbfb4d34ac639947ecca12df06ddfa738.zip
test(test-harness): enumerate Composer installer .test fixtures
Add per-fixture #[test] entries (187 total) via a small declarative macro that reads files directly from the composer submodule. For now each test only asserts the file parses; execution and EXPECT-* checks will be layered on as the harness gains comparison helpers.
Diffstat (limited to 'crates/mozart/Cargo.toml')
-rw-r--r--crates/mozart/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml
index 3f1cd33..fb47195 100644
--- a/crates/mozart/Cargo.toml
+++ b/crates/mozart/Cargo.toml
@@ -28,5 +28,6 @@ tracing-subscriber.workspace = true
tracing.workspace = true
[dev-dependencies]
+mozart-test-harness.workspace = true
assert_cmd.workspace = true
predicates.workspace = true