more casting

This commit is contained in:
Robin Appelman 2019-04-04 19:08:01 +02:00
commit 4a597c8330
8 changed files with 175 additions and 85 deletions

View file

@ -1 +1,10 @@
# Tests
# Ivory integration tests
A basic php module to test the transition between php and rust
# Usage
Due to the particularities with loading dynamic libraries in rust tests, the tests have to be rebuild *before* running the tests after making changes.
- `cargo build`
- `cargo test`