Skip to content

Commit d025311

Browse files
committed
Fix failing tests
1 parent 4ec03d1 commit d025311

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

guide/src/examples/hello_world.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ we were given.
4949

5050
### `src/lib.rs`
5151

52-
```rust
53-
# extern crate ext_php_rs;
52+
```rust,ignore
5453
use ext_php_rs::prelude::*;
5554
5655
#[php_function]
@@ -84,7 +83,7 @@ name, so for us it will be `libhello_world`. The extension is based on your OS -
8483
on Linux it will be `libhello_world.so` and on macOS it will be
8584
`libhello_world.dylib`.
8685

87-
```
86+
```sh
8887
$ cargo build
8988
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
9089
$ php -dextension=./target/debug/libhello_world.dylib test.php

0 commit comments

Comments
 (0)