Unfortunately I'am currently forced to use concrete URI in my functional test (get('/articles/index') in case of my backend admin testing).
It's obviously not good because this way im depending on concrete project URI settings which is not the point of this tests, is possibly somehow use routing rules in this get() method?