constant PHPUnit_Framework_Constraint_IsType::TYPE_INT

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php, line 67

Class

PHPUnit_Framework_Constraint_IsType
Constraint that asserts that the value it is evaluated for is of a specified type.

Code

const TYPE_INT = 'int';