mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding test for previous commit.
This commit is contained in:
parent
51508c6375
commit
bcb5e42aab
1 changed files with 2 additions and 0 deletions
|
@ -975,6 +975,8 @@ class BehaviorTest extends CakeTestCase {
|
|||
$Apple->set('field', 'value');
|
||||
$this->assertTrue($Apple->testData());
|
||||
$this->assertTrue($Apple->data['Apple']['field_2']);
|
||||
|
||||
$this->assertTrue($Apple->testData('one', 'two', 'three', 'four', 'five', 'six'));
|
||||
}
|
||||
/**
|
||||
* testBehaviorTrigger method
|
||||
|
|
Loading…
Add table
Reference in a new issue