Files
tldr/pages.it/common/atoum.md
Francesco Franchina 28c4d26221 pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths
- Replace all instances of "cartella" with "directory"
- Update contributing-guides/translation-templates/common-arguments.md to
  reflect these changes

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-20 15:26:58 +02:00

37 lines
728 B
Markdown

# atoum
> Un semplice, moderno ed intuitivo framework PHP per unit testing.
> Maggiori informazioni: <http://atoum.org>.
- Inizializza un file di configurazione:
`atoum --init`
- Esegui tutti i test:
`atoum`
- Esegui test utilizzando uno specifico file di configurazione:
`atoum -c {{percorso/del/file}}`
- Esegui uno specifico file di test:
`atoum -f {{percorso/del/file}}`
- Esegui una specifica directory di test:
`atoum -d {{path/to/directory}}`
- Esegui tutti i test sotto uno specifico namespace:
`atoum -ns {{namespace}}`
- Esegui tutti i test con uno speficico tag:
`atoum -t {{tag}}`
- Carica un file di bootstrap personalizzato prima di eseguire i test:
`atoum --bootstrap-file {{percorso/del/file}}`