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

testBothifyCombinesNumerifyAndLexify() public méthode

    public function testBothifyCombinesNumerifyAndLexify()
    {
        $this->assertRegExp('/foo[a-z]Ba\\dr/', BaseProvider::bothify('foo?Ba#r'));
    }
BaseTest