mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
atoum: add Italian translation.
This commit is contained in:
parent
1d77c82283
commit
0c9a9ad513
1 changed files with 36 additions and 0 deletions
36
pages.it/common/atoum.md
Normal file
36
pages.it/common/atoum.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# atoum
|
||||||
|
|
||||||
|
> Un semplice, moderno ed intuitivo framework PHP per unit testing.
|
||||||
|
> Homepage: <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/al/file}}`
|
||||||
|
|
||||||
|
- Esegui uno specifico file di test:
|
||||||
|
|
||||||
|
`atoum -f {{percorso/al/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/al/file}}`
|
Loading…
Add table
Reference in a new issue