loadsys / loadsys/CakePHP-CreatorModifier
Bug with v1.0.3 and Session Handling when running Tests
Aperta
@justinyost ci sta già lavorando.
Dal 29/6/2016.
bug
- Lingua principale
- PHP
- Stelle
- 5
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.