initialize(); $browser-> get('/home/index')-> isStatusCode(200)-> isRequestParameter('module', 'home')-> isRequestParameter('action', 'index')-> checkResponseElement('body', '!/This is a temporary page/') ;