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
# get /exception/noException
ok 1 - status code is 200
ok 2 - request parameter module is exception
ok 3 - request parameter action is noException
ok 4 - response contains foo
# get /exception/throwsException
ok 5 - status code is 500
ok 6 - request parameter module is exception
ok 7 - request parameter action is throwsException
ok 8 - response returns an exception of class Exception
# get /exception/throwsException
ok 9 - status code is 500
ok 10 - request parameter module is exception
ok 11 - request parameter action is throwsException
ok 12 - response returns an exception of class Exception
ok 13 - response exception message matches regex /Exception message/
# get /exception/throwsException
ok 14 - status code is 500
ok 15 - request parameter module is exception
ok 16 - request parameter action is throwsException
ok 17 - response returns an exception of class Exception
ok 18 - response exception message matches regex /message/
# get /exception/throwsException
ok 19 - status code is 500
ok 20 - request parameter module is exception
ok 21 - request parameter action is throwsException
ok 22 - response exception message does not match regex !/sfException/
# get /exception/throwsSfException
ok 23 - status code is 500
ok 24 - request parameter module is exception
ok 25 - request parameter action is throwsSfException
ok 26 - response returns an exception of class sfException
# get /exception/throwsSfException
ok 27 - status code is 500
ok 28 - request parameter module is exception
ok 29 - request parameter action is throwsSfException
ok 30 - response returns an exception of class sfException
ok 31 - response exception message is sfException message
# get /browser
ok 32 - response contains html
ok 33 - response selector h1 matches html
# get /browser/text
ok 34 - response contains text
ok 35 - The DOM is not accessible if the response content type is not HTML
# get /browser/responseHeader
ok 36 - status code is 200
ok 37 - response header content-type is text/plain; charset=utf-8 (text/plain; charset=utf-8)
ok 38 - response header content-type matches #text/plain# (text/plain; charset=utf-8)
ok 39 - response header content-type matches !#text/html# (text/plain; charset=utf-8)
ok 40 - response header foo is bar (bar, foobar)
ok 41 - response header foo is foobar (bar, foobar)
# get /cookie
ok 42 - cookie foofoo does not exist.
ok 43 - cookie foo exists.
ok 44 - cookie foo content is ok
ok 45 - cookie foo content matches regex /a/
ok 46 - cookie foo content does not match regex !/z/
ok 47 - response selector p matches bar.foo-
# get /cookie
ok 48 - cookie foo exists.
ok 49 - cookie foo content is ok
ok 50 - cookie foo content matches regex /a/
ok 51 - cookie foo content does not match regex !/z/
ok 52 - response selector p matches bar.foo-
# get /cookie
ok 53 - cookie foo does not exist.
ok 54 - cookie bar exists.
ok 55 - response selector p matches .foo-
# get /cookie
ok 56 - cookie foo does not exist.
ok 57 - cookie bar does not exist.
ok 58 - response selector p matches .-
# get /cookie/setCookie
# get /cookie
ok 59 - cookie foo exists.
ok 60 - cookie foo content is ok
ok 61 - cookie foo content matches regex /a/
ok 62 - cookie foo content does not match regex !/z/
ok 63 - response selector p matches bar.foo-barfoo
# get /cookie
ok 64 - cookie foo exists.
ok 65 - cookie foo content is ok
ok 66 - cookie foo content matches regex /a/
ok 67 - cookie foo content does not match regex !/z/
ok 68 - response selector p matches bar.foo-barfoo
# get /cookie
ok 69 - cookie foo does not exist.
ok 70 - cookie bar exists.
ok 71 - response selector p matches .foo-barfoo
# get /cookie/removeCookie
# get /cookie
ok 72 - cookie foo does not exist.
ok 73 - cookie bar exists.
ok 74 - response selector p matches .foo-
# get /cookie/setCookie
# get /cookie
ok 75 - cookie foo does not exist.
ok 76 - cookie bar does not exist.
ok 77 - response selector p matches .-
# get /browser
ok 78 - request method is GET
# post /browser
ok 79 - request method is POST
# put /browser
ok 80 - request method is PUT
# get /browser/templateCustom
ok 81 - response selector #test matches template
# get /browser/templateCustom/custom/1
ok 82 - response selector #test matches template 1
# get /browser/templateCustom
ok 83 - response selector #test matches template
1..83
Looks like everything went fine.