(unittests) fix IntegerFieldTest

This commit is contained in:
Ad Schellevis 2016-05-13 14:20:35 +02:00
parent 867ecd70ce
commit e485d7a485

View File

@ -48,7 +48,7 @@ class IntegerFieldTest extends Field_Framework_TestCase
/**
* @expectedException \Phalcon\Validation\Exception
* @expectedExceptionMessage MaxMinValidator
* @expectedExceptionMessage MinMaxValidator
*/
public function testValueLargerThenMax()
{
@ -62,7 +62,7 @@ class IntegerFieldTest extends Field_Framework_TestCase
/**
* @expectedException \Phalcon\Validation\Exception
* @expectedExceptionMessage MaxMinValidator
* @expectedExceptionMessage MinMaxValidator
*/
public function testValueSmallerThenMin()
{