public function testClearExpired()
 {
     $command = App::make('token.clear');
     $command->run(new Symfony\Component\Console\Input\ArrayInput(array()), new Symfony\Component\Console\Output\NullOutput());
     $this->assertEquals(3, Token::count());
 }