mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-21 08:59:57 +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
|
* @return void
|
||||||
*/
|
*/
|
||||||
function bindWithCustomPrimaryKey() {
|
function testBindWithCustomPrimaryKey() {
|
||||||
$this->loadFixtures('Story', 'StoriesTag', 'Tag');
|
$this->loadFixtures('Story', 'StoriesTag', 'Tag');
|
||||||
$Model =& ClassRegistry::init('StoriesTag');
|
$Model =& ClassRegistry::init('StoriesTag');
|
||||||
$Model->bindModel(array(
|
$Model->bindModel(array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue