Renaming model_behavior test to behavior_collection test as that's the class that contains the tested methods.

This commit is contained in:
Mark Story 2010-09-06 13:51:42 -04:00
parent 73057b8853
commit 464d2217e6
3 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ class BehaviorCollection extends ObjectCollection {
if (!empty($behaviors)) {
foreach (Set::normalize($behaviors) as $behavior => $config) {
$this->attach($behavior, $config);
$this->load($behavior, $config);
}
}
}