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

testRandomAsciiReturnsString() public method

    public function testRandomAsciiReturnsString()
    {
        $this->assertTrue(is_string(BaseProvider::randomAscii()));
    }
BaseTest