Commit 59479ea3 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(unittests) fix IntegerFieldTest

(cherry picked from commit e485d7a4)
parent fcd6402b
...@@ -48,7 +48,7 @@ class IntegerFieldTest extends Field_Framework_TestCase ...@@ -48,7 +48,7 @@ class IntegerFieldTest extends Field_Framework_TestCase
/** /**
* @expectedException \Phalcon\Validation\Exception * @expectedException \Phalcon\Validation\Exception
* @expectedExceptionMessage MaxMinValidator * @expectedExceptionMessage MinMaxValidator
*/ */
public function testValueLargerThenMax() public function testValueLargerThenMax()
{ {
...@@ -62,7 +62,7 @@ class IntegerFieldTest extends Field_Framework_TestCase ...@@ -62,7 +62,7 @@ class IntegerFieldTest extends Field_Framework_TestCase
/** /**
* @expectedException \Phalcon\Validation\Exception * @expectedException \Phalcon\Validation\Exception
* @expectedExceptionMessage MaxMinValidator * @expectedExceptionMessage MinMaxValidator
*/ */
public function testValueSmallerThenMin() 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