Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 012c809

Browse files
committed
Updated to 1.1.3 version
1 parent 221cf0e commit 012c809

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README-ES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Biblioteca PHP para manejo de peticiones.
1414
- [Métodos disponibles](#métodos-disponibles)
1515
- [Uso](#uso)
1616
- [Tests](#tests)
17+
- [Tareas pendientes](#-tareas-pendientes)
1718
- [Contribuir](#contribuir)
1819
- [Repositorio](#repositorio)
1920
- [Licencia](#licencia)
@@ -92,7 +93,15 @@ Para ejecutar las [pruebas](tests/Request/Test) simplemente:
9293

9394
$ phpunit
9495

96+
### ☑ Tareas pendientes
97+
98+
- [x] Completar tests
99+
- [ ] Mejorar la documentación
100+
- [ ] Completar tests para PUT
101+
- [ ] Completar tests para DEL
102+
95103
### Contribuir
104+
96105
1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
97106
1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
98107
1. Escribe una o más pruebas para la nueva característica o expón el error.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PHP library for handling requests.
1414
- [Available Methods](#available-methods)
1515
- [Usage](#usage)
1616
- [Tests](#tests)
17+
- [TODO](#-todo)
1718
- [Contribute](#contribute)
1819
- [Repository](#repository)
1920
- [License](#license)
@@ -92,7 +93,15 @@ To run [tests](tests/Request/Test) simply:
9293

9394
$ phpunit
9495

96+
### ☑ TODO
97+
98+
- [x] Create tests
99+
- [ ] Improve documentation
100+
- [ ] Complete tests for PUT
101+
- [ ] Complete tests for DEL
102+
95103
### Contribute
104+
96105
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
97106
1. Fork the repository on GitHub to start making your changes.
98107
1. Write one or more tests for the new feature or that expose the bug.

0 commit comments

Comments
 (0)