JBZoo\PHPUnit\FilterTest::providerEmail PHP Метод

providerEmail() публичный Метод

public providerEmail ( )
    public function providerEmail()
    {
        return array(array(true, '[email protected]'), array(true, '[email protected]'), array(true, '[email protected]'), array(true, '[email protected]'), array(false, 'русская@почта.рф'), array(false, '"Abc\\@def"@example.com'), array(false, '"Fred Bloggs"@example.com'), array(false, '"Joe\\Blow"@example.com'), array(false, '"Abc@def"@example.com'), array(false, '\\[email protected]'));
    }