I'm exploring the CakeTestCase::testAction() method, and in a test,
when I do something like in my controller unit test:

function testAction() {
  $results = $this->testAction('/pages/help');
  debug($results);
  $this->assertTrue(1);
}

the $results ends up being empty and the content of the page is
displayed on the test.php page in the browser.  Does anybody have any
remedy for this?  This is 6311 beta.

TIA,
Rich



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to