Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.www.php > #22176

Re: entrypoint per eseguire tutti i test di un progetto

From Alessandro Pellizzari <shuriken@amiran.it>
Newsgroups it.comp.www.php
Subject Re: entrypoint per eseguire tutti i test di un progetto
Date 2018-08-09 11:19 +0100
Message-ID <ft2iq1F3350U1@mid.individual.net> (permalink)
References <pkgupd$kp4$1@gioia.aioe.org>

Show all headers | View raw


On 09/08/2018 09:42, Flavix wrote:

> #!/usr/bin/env bash
> set -ue
> # cd "$(dirname "$0")"
> 
> phpunit tests # test unitari
> ./test-functional.sh # test funzionali
> # eventuali altri test particolari
> 
> Questo script come posso chiamarlo (all-tests, test-entrypoint, 
> run-tests, ecc.)?

Se usi composer non ti serve uno script. Puoi definire un comando e poi 
chiamare

composer run test

Bye.

Back to it.comp.www.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

entrypoint per eseguire tutti i test di un progetto Flavix <imeil@a.a> - 2018-08-09 10:42 +0200
  Re: entrypoint per eseguire tutti i test di un progetto Alessandro Pellizzari <shuriken@amiran.it> - 2018-08-09 11:19 +0100
    Re: entrypoint per eseguire tutti i test di un progetto Flavix <imeil@a.a> - 2018-08-09 13:19 +0200
      Re: entrypoint per eseguire tutti i test di un progetto Alessandro Pellizzari <shuriken@amiran.it> - 2018-08-10 10:20 +0100

csiph-web