Fakerino\FakeData\Core\FileFake::getDefaultOptions PHP Method

getDefaultOptions() public method

public getDefaultOptions ( )
    public function getDefaultOptions()
    {
    }

Usage Example

Example #1
0
 public function testGetRequiredOptions()
 {
     $fileFake = new FileFake();
     $this->assertNull($fileFake->getDefaultOptions());
 }