tests.sh 121 B

1234567
  1. #!/bin/sh
  2. echo 'Setting FDs limit to 1000'
  3. ulimit -Sn 1000
  4. echo "Launching tests..."
  5. vendor/bin/phpunit --color tests/