Skip to content

Commit 7dda453

Browse files
committed
refactor: Remove example code from test_php_script documentation
1 parent 718ecc3 commit 7dda453

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

phper-test/src/cli.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ pub fn test_php_script(lib_path: impl AsRef<Path>, script: impl AsRef<Path>) {
4949
/// # Panics
5050
///
5151
/// Panics if any script execution fails or returns non-success status.
52-
///
53-
/// # Examples
54-
///
55-
/// ```rust,no_run
56-
/// use phper_test::cli::test_php_scripts;
57-
///
58-
/// let scripts = &[&"test1.php", &"test2.php"];
59-
/// test_php_scripts("/path/to/extension.so", scripts);
60-
/// ```
6152
pub fn test_php_scripts(lib_path: impl AsRef<Path>, scripts: &[&dyn AsRef<Path>]) {
6253
let condition = |output: Output| output.status.success();
6354
let scripts = scripts

0 commit comments

Comments
 (0)