File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $ php --ri mongodb
31
31
## Generating arginfo from stub files
32
32
33
33
Arginfo structures are generated from stub files using the ` gen_stub.php `
34
- file. Note that this requires ` phpize ` to be run for PHP 8.2 to make use
34
+ file. Note that this requires ` phpize ` to be run for ** PHP 8.2** to make use
35
35
of all features. After changing a stub file, run ` ./build/gen_stub.php `
36
36
to regenerate the corresponding arginfo files and commit the results.
37
37
@@ -44,6 +44,15 @@ when using this extension. To generate the function map, run the
44
44
45
45
## Testing
46
46
47
+ The driver includes a test suite that can be run with ` make test ` . To run a single
48
+ test file, define the ` TESTS ` variable with the file path:
49
+
50
+ ```
51
+ make test TESTS=tests/<path-to-test-file>.phpt
52
+ ```
53
+
54
+ ### File format
55
+
47
56
The extension's test use the PHPT format from PHP internals. This format is
48
57
documented in the following links:
49
58
You can’t perform that action at this time.
0 commit comments