# get /attachment/index ok 1 - request parameter module is attachment ok 2 - request parameter action is index ok 3 - status code is 200 # post /attachment ok 4 - page redirected to https://localhost/index.php/attachment/ok ok 5 - response content matches regex /ok/ ok 6 - file is uploaded ok 7 - file is correctly uploaded ok 8 - the attachment has been saved in the database ok 9 - the attachment filename has been saved in the database ok 10 - uploaded file is deleted # get /attachment/embedded ok 11 - request parameter module is attachment ok 12 - request parameter action is embedded ok 13 - status code is 200 ok 14 - response selector input[name=article[attachment][article_id]] does not exist ok 15 - response selector input[type=file][name=article[attachment][file]] exists # post /attachment/embedded ok 16 - the submitted form is valid. ok 17 - page redirected to https://localhost/index.php/attachment/ok ok 18 - response content matches regex /ok/ ok 19 - file is uploaded ok 20 - file is correctly uploaded ok 21 - the attachment has been saved in the database ok 22 - the attachment is tied to an article ok 23 - the attachment filename has been saved in the database # get /unique/category ok 24 - request parameter module is unique ok 25 - request parameter action is category ok 26 - status code is 200 # post /unique/category ok 27 - page redirected to https://localhost/index.php/unique/ok ok 28 - response content matches regex /ok/ # get /unique/category ok 29 - request parameter module is unique ok 30 - request parameter action is category ok 31 - status code is 200 # post /unique/category ok 32 - the submitted form has 1 errors. ok 33 - the submitted form has no "" error. ok 34 - the submitted form has a name error (invalid). ok 35 - response selector td[colspan=2] .error_list li matches 0 times ok 36 - response selector .error_list li matches An object with the same name already exist. ok 37 - response selector .error_list li matches 1 times # get /unique/category ok 38 - request parameter module is unique ok 39 - request parameter action is category ok 40 - status code is 200 # post /unique/category ok 41 - the submitted form has 1 errors. ok 42 - the submitted form has a "" error (invalid). ok 43 - the submitted form has no name error. ok 44 - response selector td[colspan=2] .error_list li matches An object with the same name already exist. ok 45 - response selector td[colspan=2] .error_list li matches 1 times # get /unique/category?category[id]=3 ok 46 - request parameter module is unique ok 47 - request parameter action is category ok 48 - status code is 200 # post /unique/category ok 49 - page redirected to https://localhost/index.php/unique/ok ok 50 - response content matches regex /ok/ # get /unique/article ok 51 - request parameter module is unique ok 52 - request parameter action is article ok 53 - status code is 200 # post /unique/article not ok 54 - page redirected # Failed test (/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTesterResponse.class.php at line 432) LogicException: The request was not redirected. at () in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfBrowserBase.class.php line 540 at sfBrowserBase->followRedirect() 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 n/a line n/a at sfTestBrowser->followRedirect() in n/a line n/a at call_user_func_array() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTester.class.php line 84 at sfTester->__call() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/formTest.php line 181 at sfTesterResponse->followRedirect() in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/formTest.php line 181 not ok 55 - 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 82 (rmdir(/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/frontend/test/config): Directory not empty)' in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php:459 Stack trace: #0 [internal function]: sfTestFunctionalBase->handlePhpError(2, 'rmdir(/home/zul...', '/home/zululandm...', 82, Array) #1 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfToolkit.class.php(82): rmdir('/home/zululandm...') #2 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfToolkit.class.php(79): sfToolkit::clearDirectory('/home/zululandm...') #3 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfToolkit.class.php(79): sfToolkit::clearDirectory('/home/zululandm...') #4 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/bootstrap/functional.php(38): sfToolkit::clearDirectory('/home/zululandm...') #5 /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/test/bootstrap/functional.php(47): sf_functional_test_shutdown_cleanup() #6 [internal function]: sf_functional_test_shutdown() #7 {main} not ok 56 - last request threw an uncaught exception PropelException: [wrapped: SQLSTATE[HY000]: General error: 10 disk I/O error] # Failed test (./kampl.wagabundotravel.pl/symfony-1.4.20/lib/test/sfTestFunctionalBase.class.php at line 425) 1..56 # Looks like you failed 3 tests of 56.