loadsys / loadsys/CakePHP-CreatorModifier
Bug with v1.0.3 and Session Handling when running Tests
Abierto
@justinyost ya está trabajando en esto.
Desde el 29/6/2016.
bug
- Lenguaje dominante
- PHP
- Estrellas
- 5
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
If an Integration Test setups Session Data using the Session Proxy, this data is no longer available in v1.0.3
http://book.cakephp.org/3.0/en/development/testing.html#setting-up-the-request
Due to the session not being registered as started and hence starting the session which clears out the session data for it being a CLI instance of Session: https://github.com/cakephp/cakephp/blob/master/src/Network/Session.php#L311
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.