protected function createMatcher()
 {
     return Hamcrest_Core_IsNull::nullValue();
 }
Exemple #2
0
/**
 * Matches if value is null.
 */
function nullValue()
{
    require_once 'Hamcrest/Core/IsNull.php';
    return Hamcrest_Core_IsNull::nullValue();
}