This repository was archived by the owner on Aug 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Biblioteca PHP para manejo de peticiones.
14
14
- [ Métodos disponibles] ( #métodos-disponibles )
15
15
- [ Uso] ( #uso )
16
16
- [ Tests] ( #tests )
17
+ - [ Tareas pendientes] ( #-tareas-pendientes )
17
18
- [ Contribuir] ( #contribuir )
18
19
- [ Repositorio] ( #repositorio )
19
20
- [ Licencia] ( #licencia )
@@ -92,7 +93,15 @@ Para ejecutar las [pruebas](tests/Request/Test) simplemente:
92
93
93
94
$ phpunit
94
95
96
+ ### ☑ Tareas pendientes
97
+
98
+ - [x] Completar tests
99
+ - [ ] Mejorar la documentación
100
+ - [ ] Completar tests para PUT
101
+ - [ ] Completar tests para DEL
102
+
95
103
### Contribuir
104
+
96
105
1 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
97
106
1 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
98
107
1 . Escribe una o más pruebas para la nueva característica o expón el error.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ PHP library for handling requests.
14
14
- [ Available Methods] ( #available-methods )
15
15
- [ Usage] ( #usage )
16
16
- [ Tests] ( #tests )
17
+ - [ TODO] ( #-todo )
17
18
- [ Contribute] ( #contribute )
18
19
- [ Repository] ( #repository )
19
20
- [ License] ( #license )
@@ -92,7 +93,15 @@ To run [tests](tests/Request/Test) simply:
92
93
93
94
$ phpunit
94
95
96
+ ### ☑ TODO
97
+
98
+ - [x] Create tests
99
+ - [ ] Improve documentation
100
+ - [ ] Complete tests for PUT
101
+ - [ ] Complete tests for DEL
102
+
95
103
### Contribute
104
+
96
105
1 . Check for open issues or open a new issue to start a discussion around a bug or feature.
97
106
1 . Fork the repository on GitHub to start making your changes.
98
107
1 . Write one or more tests for the new feature or that expose the bug.
You can’t perform that action at this time.
0 commit comments