mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(unittests) fix IntegerFieldTest
This commit is contained in:
parent
867ecd70ce
commit
e485d7a485
@ -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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user