alef-e2e 0.15.26

Fixture-driven e2e test generator for alef
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "{{ e2e_pkg_name }}",
  "description": "E2e tests for PHP bindings",
  "type": "project",
{{ require_section }}{{ autoload_section }}
  "autoload-dev": {
    "psr-4": {
      "{{ e2e_autoload_ns }}": "tests/"
    }
  },
  "scripts": {
    "test": "php run_tests.php"
  }
}