> list page # get /article ok 1 - request parameter module is article ok 2 - request parameter action is index ok 3 - status code is 200 ok 4 - response selector h1 matches Articles List ok 5 - response selector table thead tr th:nth(0) matches Id ok 6 - response selector table thead tr th:nth(1) matches Title ok 7 - response selector table thead tr th:nth(2) matches Body ok 8 - response selector table thead tr th:nth(3) matches Online ok 9 - response selector table thead tr th:nth(4) matches Excerpt ok 10 - response selector table thead tr th:nth(5) matches Category ok 11 - response selector table thead tr th:nth(6) matches Created at ok 12 - response selector table thead tr th:nth(7) matches End date ok 13 - response selector table thead tr th:nth(8) matches Book ok 14 - response selector table tbody tr td:nth(0) matches 1 ok 15 - response selector table tbody tr td:nth(1) matches foo title ok 16 - response selector table tbody tr td:nth(2) matches bar body ok 17 - response selector table tbody tr td:nth(3) matches 1 ok 18 - response selector table tbody tr td:nth(4) matches foo excerpt ok 19 - response selector table tbody tr td:nth(5) matches 1 ok 20 - response selector table tbody tr td:nth(6) matches regex /^\d{4}\-\d{2}\-\d{2} \d{2}\:\d{2}\:\d{2}$/ ok 21 - response selector table tbody tr td:nth(7) matches "" ok 22 - response selector table tbody tr td:nth(8) matches "" ok 23 - response selector a[href*=/article/new] exists ok 24 - response selector tbody a[href*=/article/1/edit] exists ok 25 - response selector tbody a[href*=/article/2/edit] exists > create page # get /article/new.html ok 26 - request parameter module is article ok 27 - request parameter action is new ok 28 - request parameter id is "" ok 29 - status code is 200 ok 30 - response selector h1 matches New Article ok 31 - response selector a[href*=/article] matches Back to list ok 32 - response selector a[href*=/article/] does not exist ok 33 - response selector table tbody td input[id=article_title][name=article[title]][value=] exists ok 34 - response selector table tbody td textarea[id=article_body][name=article[body]] matches "" ok 35 - response selector table tbody td input[id=article_Online][name=article[Online]][type=checkbox] exists ok 36 - response selector table tbody td select[id=article_category_id][name=article[category_id]] option[value=1] matches Category 1 ok 37 - response selector table tbody td select[id=article_category_id][name=article[category_id]] option[value=2] matches Category 2 ok 38 - response selector table tbody td select[id=article_book_id][name=article[book_id]] option[value=][selected=selected] matches "" ok 39 - response selector table tbody td select[id=article_book_id][name=article[book_id]] option[value=1] matches The definitive guide to symfony ok 40 - response selector table tbody td select[id=article_author_article_list][name=article[author_article_list][]] option[value=1] matches Fabien ok 41 - response selector table tbody td select[id=article_author_article_list][name=article[author_article_list][]] option[value=2] matches Thomas ok 42 - response selector table tbody td select[id=article_author_article_list][name=article[author_article_list][]] option[value=3] matches Hélène ok 43 - response selector table tbody td select[id=article_end_date_year][name=article[end_date][year]] option[selected=selected] matches "" ok 44 - response selector table tbody td select[id=article_end_date_month][name=article[end_date][month]] option[selected=selected] matches "" ok 45 - response selector table tbody td select[id=article_end_date_day][name=article[end_date][day]] option[selected=selected] matches "" ok 46 - response selector table tbody td select[id=article_end_date_hour][name=article[end_date][hour]] option[selected=selected] matches "" ok 47 - response selector table tbody td select[id=article_end_date_minute][name=article[end_date][minute]] option[selected=selected] matches "" > save # post /article.html ok 48 - request parameter module is article ok 49 - request parameter action is create ok 50 - page redirected to http://localhost/index.php/article/3/edit.html ok 51 - status code is 200 ok 52 - request parameter module is article ok 53 - request parameter action is edit ok 54 - request parameter id is 3 ok 55 - response selector table tbody td input[id=article_title][name=article[title]][value=my real title] exists ok 56 - response selector table tbody td textarea[id=article_body][name=article[body]] matches my real body ok 57 - response selector table tbody td input[id=article_Online][name=article[Online]][type=checkbox][checked=checked] exists ok 58 - response selector table tbody td select[id=article_category_id][name=article[category_id]] option[value=1] matches Category 1 ok 59 - response selector table tbody td select[id=article_category_id][name=article[category_id]] option[value=2][selected=selected] matches Category 2 ok 60 - response selector table tbody td select[id=article_book_id][name=article[book_id]] option[value=][selected=selected] matches "" ok 61 - response selector table tbody td select[id=article_book_id][name=article[book_id]] option[value=1] matches The definitive guide to symfony ok 62 - response selector table tbody td select[id=article_author_article_list][name=article[author_article_list][]] option[value=1][selected=selected] matches Fabien ok 63 - response selector table tbody td select[id=article_author_article_list][name=article[author_article_list][]] option[value=2][selected=selected] matches Thomas ok 64 - response selector table tbody td select[id=article_author_article_list][name=article[author_article_list][]] option[value=3] matches Hélène ok 65 - response selector table tbody td select[id=article_end_date_year][name=article[end_date][year]] option[selected=selected] matches "" ok 66 - response selector table tbody td select[id=article_end_date_month][name=article[end_date][month]] option[selected=selected] matches "" ok 67 - response selector table tbody td select[id=article_end_date_day][name=article[end_date][day]] option[selected=selected] matches "" ok 68 - response selector table tbody td select[id=article_end_date_hour][name=article[end_date][hour]] option[selected=selected] matches "" ok 69 - response selector table tbody td select[id=article_end_date_minute][name=article[end_date][minute]] option[selected=selected] matches "" > go back to the list # get /article.html ok 70 - request parameter module is article ok 71 - request parameter action is index ok 72 - status code is 200 > edit page # get /article/3/edit ok 73 - request parameter module is article ok 74 - request parameter action is edit ok 75 - request parameter id is 3 not ok 76 - status code is 200 # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 412) # got: 500 # expected: 200 not ok 77 - response selector h1 matches Edit Article # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: '500 | Internal Server Error | sfRenderException' # expected: 'Edit Article' not ok 78 - response selector a[href*=/article] matches Back to list # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Back to list' not ok 79 - response selector a[href*=/article/3] matches Delete # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Delete' not ok 80 - response selector a[href*=/article/3][onclick*=confirm] exists # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 89) # 0 # > # 0 not ok 81 - response selector table tbody th:nth(0) matches Title # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Title' not ok 82 - response selector table tbody th:nth(1) matches Body # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Body' not ok 83 - response selector table tbody th:nth(2) matches Online # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Online' not ok 84 - response selector table tbody th:nth(3) matches Excerpt # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Excerpt' not ok 85 - response selector table tbody th:nth(4) matches Category # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Category' not ok 86 - response selector table tbody th:nth(5) matches Created at # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Created at' not ok 87 - response selector table tbody th:nth(6) matches End date # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'End date' not ok 88 - response selector table tbody th:nth(7) matches Book # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Book' not ok 89 - response selector table tbody th:nth(8) matches Author article list # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 110) # got: NULL # expected: 'Author article list' not ok 90 - response selector table tbody td select[id=article_category_id][name=article[category_id]] option matches 2 times # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 93) # got: 0 # expected: 2 not ok 91 - response selector table tbody td select[id=article_book_id][name=article[book_id]] option matches 2 times # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 93) # got: 0 # expected: 2 > save / validation InvalidArgumentException: Could not find the element "Save" (position 1) in the current DOM. at () in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfBrowserBase.class.php line 743 at sfBrowserBase->doClickCssSelector() in n/a line n/a at call_user_func_array() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php line 433 at sfTestFunctionalBase->__call() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php line 302 at CrudBrowser->doClickCssSelector() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php line 302 at sfTestFunctionalBase->click() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crudBrowser.class.php line 190 at CrudBrowser->browse() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/crud/crud3Test.php line 21 not ok 92 - An uncaught exception has been thrown. # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php at line 511) exception 'RuntimeException' with message 'PHP sent a "warning" error at /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfToolkit.class.php line 87 (unlink(/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/log/.nfs0000000006df518a004882ea): Device or resource busy)' in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php:459 Stack trace: #0 [internal function]: sfTestFunctionalBase->handlePhpError(2, 'unlink(/home/zu...', '/home/zululandm...', 87, Array) #1 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfToolkit.class.php(87): unlink('/home/zululandm...') #2 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/bootstrap/functional.php(39): sfToolkit::clearDirectory('/home/zululandm...') #3 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/bootstrap/functional.php(47): sf_functional_test_shutdown_cleanup() #4 [internal function]: sf_functional_test_shutdown() #5 {main} not ok 93 - last request threw an uncaught exception sfRenderException: The template editSuccess.php does not exist or is unreadable in . # Failed test (./kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php at line 425) 1..93 # Looks like you failed 18 tests of 93.