aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-rpc/tests/generated_stubs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-rpc/tests/generated_stubs.rs')
-rw-r--r--crates/shirabe-php-rpc/tests/generated_stubs.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe-php-rpc/tests/generated_stubs.rs b/crates/shirabe-php-rpc/tests/generated_stubs.rs
index 0980745e..5648b44c 100644
--- a/crates/shirabe-php-rpc/tests/generated_stubs.rs
+++ b/crates/shirabe-php-rpc/tests/generated_stubs.rs
@@ -1,6 +1,6 @@
-//! Freshness check for the generated proxy stubs: `generate-stubs --check` verifies that the
-//! committed stub files and the `STUB_FILES` list in `lib.rs` match what the generator emits
-//! from the current Composer checkout and classifier report.
+//! Freshness check for the generated proxy stubs and guard classes: `generate-stubs --check`
+//! verifies that the committed stub and guard files, and the `STUB_FILES` list in `lib.rs`, match
+//! what the generator emits from the current Composer checkout and classifier report.
//!
//! The generator needs a PHP interpreter, its composer vendor directory and the classifier
//! report; when any of those is missing the test returns early, following the non-mock test