Sonata\Exporter\Test\Writer\GsaFeedWriterTest::getFiles PHP Method

getFiles() public method

Gets an array of files of the main folder.
public getFiles ( ) : array
return array
    public function getFiles()
    {
        $files = glob($this->folder->getRealPath() . '/*.xml');
        sort($files);
        return $files;
    }