Updating doc blocks to match method names.

This commit is contained in:
mark_story 2011-03-27 18:00:37 -04:00
parent 95d298bf28
commit 249607654b

View file

@ -3903,7 +3903,7 @@ class ModelWriteTest extends BaseModelTest {
}
/**
* testProductUpdateAllWithForeignKey
* testUpdateAllWithJoins
*
* @link http://code.cakephp.org/tickets/view/69
* @access public
@ -3954,7 +3954,7 @@ class ModelWriteTest extends BaseModelTest {
}
/**
* testProductUpdateAllWithoutForeignKey
* testUpdateAllWithoutForeignKey
*
* @link http://code.cakephp.org/tickets/view/69
* @access public