Diferencia entre revisiones de «PHPUnit»

De Wiki Proyectos Beta
Ir a la navegación Ir a la búsqueda
([feat] Add information about Laravel - Testing PHPUnit)
([feat] Add information about Laravel - Testing PHPUnit)
Línea 4: Línea 4:


  php artisan make:test HomepageTest
  php artisan make:test HomepageTest
== Hacer correr los tests ==
php artisan test


= Recursos =
= Recursos =


* Sitio oficial: [https://laravel.com/docs/9.x/testing EN]
* Sitio oficial: [https://laravel.com/docs/9.x/testing EN]

Revisión del 05:08 15 ago 2022

General

Crear test

php artisan make:test HomepageTest

Hacer correr los tests

php artisan test 

Recursos

  • Sitio oficial: EN