logicalXor() public static method

Returns a PHPUnit_Framework_Constraint_Xor matcher object.
public static logicalXor ( ) : PHPUnit_Framework_Constraint_Xor
return PHPUnit_Framework_Constraint_Xor
Esempio n. 1
0
/**
 * Returns a PHPUnit_Framework_Constraint_Xor matcher object.
 *
 * @return PHPUnit_Framework_Constraint_Xor
 * @since  Method available since Release 3.0.0
 */
function logicalXor()
{
    return PHPUnit_Framework_Assert::logicalXor();
}