# get /i18n/default ok 1 - request parameter module is i18n ok 2 - request parameter action is default ok 3 - status code is 200 ok 4 - response selector #movies .toString:first matches "" ok 5 - response selector #movies .default:first matches "" ok 6 - response selector #movies .it:first matches La Vita è bella ok 7 - response selector #movies .fr:first matches La Vie est belle # get /i18n/index ok 8 - request parameter module is i18n ok 9 - request parameter action is index ok 10 - status code is 200 ok 11 - response selector #movies .toString:first matches La Vie est belle ok 12 - response selector #movies .default:first matches La Vie est belle ok 13 - response selector #movies .it:first matches La Vita è bella ok 14 - response selector #movies .fr:first matches La Vie est belle # get /i18n/default ok 15 - request parameter module is i18n ok 16 - request parameter action is default ok 17 - status code is 200 ok 18 - response selector #movies .toString:first matches La Vie est belle ok 19 - response selector #movies .default:first matches La Vie est belle ok 20 - response selector #movies .it:first matches La Vita è bella ok 21 - response selector #movies .fr:first matches La Vie est belle # get /i18n/movie ok 22 - request parameter module is i18n ok 23 - request parameter action is movie ok 24 - status code is 200 ok 25 - response selector #movie_fr_id does not exist ok 26 - response selector #movie_fr_culture does not exist # post /i18n/movie ok 27 - page redirected to https://localhost/index.php/i18n/movie/id/2 ok 28 - response selector input[value=Robert Aldrich] exists ok 29 - response selector input[value=The Dirty Dozen] exists ok 30 - response selector input[value=Les Douze Salopards] exists ok 31 - response selector #movie_fr_id exists ok 32 - response selector #movie_fr_culture exists ok 33 - 2 Movie objects have been found ok 34 - Movie objects that matches the criteria have been found ok 35 - 4 MovieI18N objects have been found ok 36 - 2 MovieI18N objects have been found ok 37 - MovieI18N objects that matches the criteria have been found ok 38 - MovieI18N objects that matches the criteria have been found # post /i18n/movie/id/2 ok 39 - page redirected to https://localhost/index.php/i18n/movie/id/2 ok 40 - response selector input[value=Robert Aldrich (1)] exists ok 41 - response selector input[value=The Dirty Dozen (1)] exists ok 42 - response selector input[value=Les Douze Salopards (1)] exists ok 43 - 2 Movie objects have been found ok 44 - Movie objects that matches the criteria have been found ok 45 - 4 MovieI18N objects have been found ok 46 - 2 MovieI18N objects have been found ok 47 - MovieI18N objects that matches the criteria have been found ok 48 - MovieI18N objects that matches the criteria have been found # post /i18n/movie/id/2 ok 49 - the submitted form is valid. # get /i18n/movie # post /i18n/movie ok 50 - the submitted form has 2 errors. # post /i18n/movie ok 51 - the submitted form is valid. ok 52 - page redirected to https://localhost/index.php/i18n/movie/id/3 ok 53 - response selector input[value=Robert Aldrich] exists ok 54 - response selector input[value=The Dirty Dozen] exists ok 55 - response selector input[value=Les Douze Salopards] exists # get /i18n/products ok 56 - request parameter module is i18n ok 57 - request parameter action is products ok 58 - status code is 200 ok 59 - response selector ul#products li.toString matches PRIMARY STRING 1..59 # Looks like everything went fine.