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

testAsciifyReturnsStringWithStarSignsReplacedByAsciiChars() public méthode

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