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

testAsciifyReturnsStringWithStarSignsReplacedByAsciiChars() public method

    public function testAsciifyReturnsStringWithStarSignsReplacedByAsciiChars()
    {
        $this->assertRegExp('/foo.Ba.r/', BaseProvider::asciify('foo*Ba*r'));
    }
BaseTest