Fix #1630 : Fix user registration management

This commit is contained in:
Nicolas Le Goff
2013-12-17 13:42:42 +01:00
parent a82c9cc449
commit 3f54fb3f20
4 changed files with 95 additions and 11 deletions

View File

@@ -1001,3 +1001,8 @@ class CsrfTestProvider implements CsrfProviderInterface
return true;
}
}
class PDOMock extends \PDO
{
public function __construct() {}
}