get('/centrum/index')-> with('request')->begin()-> isParameter('module', 'centrum')-> isParameter('action', 'index')-> end()-> with('response')->begin()-> isStatusCode(200)-> checkElement('body', '!/This is a temporary page/')-> end() ;