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

testGetDefaultOptions() public method

    public function testGetDefaultOptions()
    {
        $regexFake = new RegexFake();
        $this->assertNull($regexFake->getRequiredOptions());
    }