mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixing test method name.
This commit is contained in:
parent
a64099168c
commit
4464dbbd29
1 changed files with 1 additions and 1 deletions
|
@ -4776,7 +4776,7 @@ class ModelReadTest extends BaseModelTest {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
function bindWithCustomPrimaryKey() {
|
||||
function testBindWithCustomPrimaryKey() {
|
||||
$this->loadFixtures('Story', 'StoriesTag', 'Tag');
|
||||
$Model =& ClassRegistry::init('StoriesTag');
|
||||
$Model->bindModel(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue