You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… web server (fabpot)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes#13105).
Discussion
----------
[FrameworkBundle] added a test router for the built-in web server
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #9995
| License | MIT
| Doc PR | n/a
#9995 describes a very valid use case.
Not sure if this should be merged into 2.7 only... now that I think about it, probably :)
Commits
-------
77e27b7 [FrameworkBundle] added a test router for the buil-in web server
PR #7507 add option to run builtin server in prod env. I think it should also include the required router_test.php to run in test env
it can be usefull to use with selenium or zombie.js for tests that require javascript
The text was updated successfully, but these errors were encountered: