Skip to content

Instantly share code, notes, and snippets.

View filhodanuvem's full-sized avatar
👋

Claudson Oliveira filhodanuvem

👋
View GitHub Profile
@filhodanuvem
filhodanuvem / gist:1282780
Created October 12, 2011 22:02
testing exceptions on TwitterValidator
<?php
namespace Respect\Validation\Rules;
use Respect\Validation\Exceptions\ComponentException;
class Twitter extends AbstractRule
{
private $pattern = '/^@[a-zA-Z0-9]/';
private $account = NULL;