We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4a561 commit 288c2aeCopy full SHA for 288c2ae
1 file changed
guide/dev/unit-test.html
@@ -156,7 +156,7 @@ <h1>Pruebas unitarias</h1>
156
<pre><code class="language-shell">./vendor/bin/phpunit</code></pre>
157
158
159
- <p>También es posible ejecutar una pruebas específica indicando el test. Ejemplo:</p>
+ <p>También es posible ejecutar una prueba específica indicando el test. Ejemplo:</p>
160
161
<pre><code class="language-shell">./vendor/bin/phpunit --filter test_dte_buscar_documento_emitido</code></pre>
162
0 commit comments