Codeception / Codeception/module-laminas
`seeCurrentRouteIs` fails when routes have a query param
Abierto
- Lenguaje dominante
- PHP
- Estrellas
- 1
- Forks
- 7
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I currently work around this by just building the URL and checking that the url starts with it.
Output from our acceptance tests:
```
7) LoginCest: Test user cannot login with incorrect password | "" OR "1"="1"
Test tests/acceptance/User/LoginCest.php:testUserCannotLoginWithIncorrectPassword
Step See current route is "home/auth/login",{"lang":"zh_CN"}
Fail Failed asserting that two strings are identical.
- Expected | + Actual
@@ @@
-'/zh_CN/auth/login'
+'/zh_CN/auth/login?nocache=true'
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.