ivory/tests
2019-09-02 23:16:25 +02:00
..
src return type casting for arrays 2019-04-06 15:57:07 +02:00
tests use json to encode expected return value in order to not rely on exact var_dump formatting 2019-09-02 23:16:25 +02:00
Cargo.toml tests and optional arguments 2019-04-03 23:10:45 +02:00
README.md more casting 2019-04-04 19:08:01 +02:00

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