Warning: ob_start(): function '' not found or invalid function name in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/config/sfApplicationConfiguration.class.php on line 157
Warning: unlink(/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/log/.nfs000000000043f439002e7372): Device or resource busy in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/util/sfToolkit.class.php on line 87
# get /error
ok 1 - status code is 500
ok 2 - request parameter module is error
ok 3 - request parameter action is index
ok 4 - response returns an exception of class sfInitializationException
ok 5 - response exception message matches regex /Unable to scaffold nonexistent model/
# get /article
ok 6 - status code is 200
ok 7 - request parameter module is article
ok 8 - request parameter action is index
ok 9 - response selector script does not exist
ok 10 - response selector link[href=/sf/sf_admin/css/main.css] exists
ok 11 - response selector link[href][media] matches 2 times
# get /article/list
ok 12 - request parameter module is article
ok 13 - request parameter action is list
ok 14 - status code is 200
ok 15 - response selector body h1 matches article list
ok 16 - response selector body table thead tr th[id=sf_admin_list_th_id] exists
ok 17 - response selector body table thead tr th[id=sf_admin_list_th_id] a[href*=/sort/] matches Id
ok 18 - response selector body table thead tr th[id=sf_admin_list_th_title] exists
ok 19 - response selector body table thead tr th[id=sf_admin_list_th_title] a[href*=/sort/] matches Title
ok 20 - response selector body table thead tr th[id=sf_admin_list_th_body] exists
ok 21 - response selector body table thead tr th[id=sf_admin_list_th_body] a[href*=/sort/] matches Body
ok 22 - response selector body table thead tr th[id=sf_admin_list_th_online] exists
ok 23 - response selector body table thead tr th[id=sf_admin_list_th_online] a[href*=/sort/] matches Online
ok 24 - response selector body table thead tr th[id=sf_admin_list_th_category_id] exists
ok 25 - response selector body table thead tr th[id=sf_admin_list_th_category_id] a[href*=/sort/] matches Category
ok 26 - response selector body table thead tr th[id=sf_admin_list_th_created_at] exists
ok 27 - response selector body table thead tr th[id=sf_admin_list_th_created_at] a[href*=/sort/] matches Created at
ok 28 - response selector body table tbody tr[class=sf_admin_row_0] td:nth(0) matches 1
ok 29 - response selector body table tbody tr[class=sf_admin_row_0] td:nth(1) matches foo title
ok 30 - response selector body table tbody tr[class=sf_admin_row_0] td:nth(2) matches bar body
ok 31 - response selector body table tbody tr[class=sf_admin_row_0] td:nth(3) img exists
ok 32 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(4) matches foo excerpt
ok 33 - response selector body table tbody tr[class=sf_admin_row_0] td:nth(5) matches 1
ok 34 - response selector body table tbody tr[class=sf_admin_row_0] td a[href$=/article/edit/id/1] matches 1
ok 35 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(0) matches 2
ok 36 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(1) matches foo foo title
ok 37 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(2) matches bar bar body
ok 38 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(3) img does not exist
ok 39 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(4) matches foo excerpt
ok 40 - response selector body table tbody tr[class=sf_admin_row_1] td:nth(5) matches 2
ok 41 - response selector body table tbody tr[class=sf_admin_row_1] td a[href$=/article/edit/id/2] matches 2
ok 42 - response selector body table tfoot tr th matches regex /^\s*2 results\s*$/
ok 43 - response selector body input[class=sf_admin_action_create][onclick*=/article/create] exists
ok 44 - article is an alias for article/list
# get /article/list/sort/body/type/asc
ok 45 - status code is 200
ok 46 - request parameter module is article
ok 47 - request parameter action is list
ok 48 - request parameter sort is body
ok 49 - request parameter type is asc
ok 50 - response selector body table tbody tr[class=sf_admin_row_0] td matches 2
ok 51 - response selector body table tbody tr[class=sf_admin_row_1] td matches 1
# get /article/list
ok 52 - request parameter module is article
ok 53 - request parameter action is list
ok 54 - status code is 200
ok 55 - response selector body table tbody tr[class=sf_admin_row_0] td matches 2
ok 56 - response selector body table tbody tr[class=sf_admin_row_1] td matches 1
# get /article/list/sort/body/type/desc
ok 57 - status code is 200
ok 58 - request parameter module is article
ok 59 - request parameter action is list
ok 60 - request parameter sort is body
ok 61 - request parameter type is desc
ok 62 - response selector body table tbody tr[class=sf_admin_row_0] td matches 1
ok 63 - response selector body table tbody tr[class=sf_admin_row_1] td matches 2
# get /article/edit/id/1
not ok 64 - status code is 200
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 257)
# got: 500
# expected: 200
ok 65 - request parameter module is article
ok 66 - request parameter action is edit
not ok 67 - response selector script[src*=calendar] matches 3 times
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 93)
# got: 0
# expected: 3
not ok 68 - response selector script[src] matches 3 times
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 93)
# got: 0
# expected: 3
not ok 69 - response selector link[href*=calendar] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 70 - response selector link[href=/sf/sf_admin/css/main.css] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 71 - response selector link[href][media] matches 3 times
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 93)
# got: 0
# expected: 3
not ok 72 - response selector body h1 matches edit article
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: '500 | Internal Server Error | PropelException'
# expected: 'edit article'
ok 73 - request parameter id is 1
not ok 74 - response selector body form#sf_admin_edit_form label[for=article_title] matches Title:
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Title:'
not ok 75 - response selector body form#sf_admin_edit_form label[for=article_body] matches Body:
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Body:'
not ok 76 - response selector body form#sf_admin_edit_form label[for=article_online] matches Online:
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Online:'
not ok 77 - response selector body form#sf_admin_edit_form label[for=article_category_id] matches Category:
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Category:'
not ok 78 - response selector body form#sf_admin_edit_form label[for=article_created_at] matches Created at:
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Created at:'
not ok 79 - response selector body form#sf_admin_edit_form input[name=article[title]][id=article_title][value=foo title] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 80 - response selector body form#sf_admin_edit_form textarea[name=article[body]][id=article_body] matches bar body
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'bar body'
not ok 81 - response selector body form#sf_admin_edit_form input[name=article[online]][id=article_online][type=checkbox][checked=checked] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 82 - response selector body form#sf_admin_edit_form select[name=article[category_id]][id=article_category_id] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 83 - response selector body form#sf_admin_edit_form select[name=article[category_id]][id=article_category_id] option[value=1] matches Category 1
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Category 1'
not ok 84 - response selector body form#sf_admin_edit_form select[name=article[category_id]][id=article_category_id] option[value=2] matches Category 2
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 110)
# got: NULL
# expected: 'Category 2'
not ok 85 - response selector body form#sf_admin_edit_form input[name=article[created_at]][id=article_created_at][value] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 86 - response selector body input[class=sf_admin_action_list][onclick*=/article/list] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 87 - response selector body input[name=save_and_add] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 88 - response selector body input[name=save] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
not ok 89 - response selector body input[class=sf_admin_action_delete][onclick*=confirm] exists
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTesterResponse.class.php at line 89)
# 0
# >
# 0
InvalidArgumentException: Cannot find the "save" link or button.
at () in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/util/sfBrowserBase.class.php line 689
at sfBrowserBase->doClick() in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTestFunctionalBase.class.php line 289
at sfTestFunctionalBase->click() in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php line 176
not ok 90 - An uncaught exception has been thrown.
# Failed test (/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTestFunctionalBase.class.php at line 612)
Fatal error: Uncaught exception 'RuntimeException' with message 'PHP sent a "warning" error at /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/util/sfToolkit.class.php line 87 (unlink(/home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/log/.nfs000000000043f3d8002e7378): Device or resource busy)' in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTestFunctionalBase.class.php:560
Stack trace:
#0 [internal function]: sfTestFunctionalBase->handlePhpError(2, 'unlink(/home/zu...', '/home/zululandm...', 87, Array)
#1 /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/util/sfToolkit.class.php(87): unlink('/home/zululandm...')
#2 /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/bootstrap/functional.php(30): sfToolkit::clearDirectory('/home/zululandm...')
#3 [internal function]: sf_functional_test_shutdown()
#4 {main}
thrown in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/test/sfTestFunctionalBase.class.php on line 560