You are here

constant PHPUnit_Framework_Constraint_IsType::TYPE_OBJECT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php \PHPUnit_Framework_Constraint_IsType::TYPE_OBJECT

File

vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php, line 27

Class

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

Code

const TYPE_OBJECT = 'object';