-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I write some functional test for my project, and i am try like this,
$browser->post('/login', array('email'=>'[EMAIL PROTECTED]', 'password'=>***',
commit'=>'***'))->
isStatusCode(302)->
isRequestParameter('module', 'managers')->
isRequestParameter('action', 'login')->
isRedirected(true)->
followRedirect()->
isStatusCode(200)->
isRequestParameter('module', 'homepage')->
isRequestParameter('action', 'index')
;
everything is work but i get the seg fault from php and return code 139
$ php -f test/functional/kadin/homepageActionsTest.php
# post /login
ok 1 - status code is 302
ok 2 - request parameter module is managers
ok 3 - request parameter action is login
ok 4 - page redirected to http://kadin-test/index.php/
# get /
ok 5 - status code is 200
ok 6 - request parameter module is homepage
ok 7 - request parameter action is index
1..7
Looks like everything went fine.
Segmentation fault (core dumped)
$ echo $?
139
All application module is secure and if i post some form for validation test,
(like up) i get seg fault, if validation return false no seg fault but true
(it's mean working executeLogin method)
- --
Timu EREN <[EMAIL PROTECTED]>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHJeYVcubzCFA5PLsRAt5mAJ9Xp4tJec2ZK6b0oAreVmUm4CZqYACgq0yc
M8TUEQhePdTZMwbpafr1iok=
=Z4rt
-----END PGP SIGNATURE-----
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---