Faker\Test\Provider\BaseTest::testBothifyCombinesNumerifyAndLexify PHP Method

testBothifyCombinesNumerifyAndLexify() public method

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