Eliminar el test unitario actual del modelo Impuesto y crear uno nuevo siguiendo el ejemplo de los nuevos tests:
Se debe eliminar el archivo y hacer commit antes de crear el archivo nuevo. De lo contrario git lo interpretará como un simple cambio en el archivo y no como un archivo nuevo. No será admitido ningún pull request que no compla el requisito de eliminar el archivo antiguo.
El copyright debe ser:
/**
* This file is part of FacturaScripts
* Copyright (C) 2022 Carlos Garcia Gomez <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
El nuevo test unitario debe seguir el ejemplo del de agencia de transporte.
git clone [email protected]:NeoRazorX/facturascripts.git
composer install
y npm install
vendor/bin/phpunit
Esto es una sugerencia a debatir. Está abierta a comentarios, votación y debate en la reunión semanal. Si se aprueba pasará a estado pendiente.