Sto usando phpunit in connessione con jenkins e voglio saltare alcuni test impostando la configurazione nel file XML phpunit.xml
So che posso usare sulla riga di comando:
phpunit --filter testStuffThatBrokeAndIOnlyWantToRunThatOneSingleTest
come lo traduco nel file XML poiché il <filters>
tag è solo per la copertura del codice?
Vorrei eseguire tutti i test a parte testStuffThatAlwaysBreaks