for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Mock AntiSpoof provider for testing or development work.
*/
class FakeAntiSpoofProvider implements IAntiSpoofProvider
{
public function getSpoofs($username)
throw new Exception("This function is currently disabled.");
}