Fakerino\Test\FakeData\Core\RegexFakeTest::testRegexFake PHP Method

testRegexFake() public method

public testRegexFake ( )
    public function testRegexFake()
    {
        $regexFake = new RegexFake();
        $this->assertInstanceOf('Fakerino\\FakeData\\FakeDataInterface', $regexFake);
    }