Commit e485d7a4 authored by Ad Schellevis's avatar Ad Schellevis

(unittests) fix IntegerFieldTest

parent 867ecd70
......@@ -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()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment