1#!/usr/bin/env bash
2
3# Download the YAML test from Elasticsearch artifacts
4php util/RestSpecRunner.php
5
6# Generate the YAML tests for PHPUnit
7php util/build_tests.php
8
9# Run YAML tests
10vendor/bin/phpunit -c "phpunit-yaml-${TEST_SUITE}-tests.xml"