This commit is contained in:
Lizandro Guarnizo
2026-01-12 11:06:43 -05:00
parent ce12ac2cce
commit dd36ed6fe0
110 changed files with 20873 additions and 696 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
/**
* Ejecutor de Tests Completos - WhatsApp Bot System
* Acceso directo a la suite completa de tests
* Fecha: 3 de enero de 2026
*/
// Redirigir a la suite completa de tests
require_once 'tests/run_all_tests.php';
?>