Fakerino\Test\FakeData\Generator\TextGeneratorTest::testRandomStringGeneratorConstructor PHP Метод

testRandomStringGeneratorConstructor() публичный Метод

    public function testRandomStringGeneratorConstructor()
    {
        $this->assertInstanceOf('Fakerino\\FakeData\\FakeDataGeneratorInterface', $this->randomStringGenerator);
    }