Exemplo n.º 1
0
/**
 * Is the value a string?
 */
function stringValue()
{
    require_once 'Hamcrest/Type/IsString.php';
    return Hamcrest_Type_IsString::stringValue();
}
Exemplo n.º 2
0
 protected function createMatcher()
 {
     return Hamcrest_Type_IsString::stringValue();
 }