Hi,

when trying to run one of the "default", generated functional Tests,
PHP throws a warning:

-------------
D:\web\symfony1.localhost>symfony test:functional frontend
categoryActions
# get /category/index

PHP sent a "warning" error at D:\web\libs\symfony-1.2.8\lib\util
\sfBrowserBase.class.php line 358 (domdocument::domdocument() expects
parameter 2 to be long, string given)

Looks like everything went fine.
-------------

Does anybody know what went wrong here? As far as I can see, this
seems to be an error in the symfony-library files itself...??

Like I already wrote, the content of the test-file is quite simple as
it was generated by symfony:

-------------
include(dirname(__FILE__).'/../../bootstrap/functional.php');

$browser = new sfTestFunctional(new sfBrowser());

$browser->
  get('/category/index')->

  with('request')->begin()->
    isParameter('module', 'category')->
    isParameter('action', 'index')->
  end()->

  with('response')->begin()->
    isStatusCode(200)->
    checkElement('body', '!/This is a temporary page/')->
  end()
;
-------------

I'm using WIndows/XAMPP for Development...

Thanks in advance,
Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to