mvc: fix spelling in test name

This commit is contained in:
Josh Soref 2022-07-18 05:33:22 -04:00 committed by Franco Fichtner
parent a3c7a9acb8
commit 6c73ae94bd

View File

@ -385,7 +385,7 @@ class ModelRelationFieldTest extends Field_Framework_TestCase
/**
* Selecting none and valid, with multiple, with sorting, required false (default).
*/
public function testSortedNoneWithMulitpleOk()
public function testSortedNoneWithMultipleOk()
{
$field = new ModelRelationField();
$field->setMultiple("Y");