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