Fakerino\Test\FakeData\Core\RegexFakeTest::testRegexFake PHP 메소드

testRegexFake() 공개 메소드

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