Bolt\Tests\Controller\Async\FilesystemManagerTest::storeFileList PHP Method

storeFileList() public method

Store the list of files in the files folder so we can delete any added files after we're done testing
public storeFileList ( )
    public function storeFileList()
    {
        $this->oldFiles = $this->getService('filesystem')->listContents(self::FILESYSTEM . '://');
    }