Faker\Test\Provider\BaseTest::testBothifyAsterisk PHP Méthode

testBothifyAsterisk() public méthode

public testBothifyAsterisk ( )
    public function testBothifyAsterisk()
    {
        $this->assertRegExp('/foo([a-z]|\\d)Ba([a-z]|\\d)r/', BaseProvider::bothify('foo*Ba*r'));
    }
BaseTest