Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Adding a property to FileStorageTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Dec 30, 2015
1 parent f9719ed commit bf67b27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/TestSuite/FileStorageTestCase.php
Expand Up @@ -55,6 +55,13 @@ class FileStorageTestCase extends TestCase {
*/
public $ImageStorage;

/**
* Path to the file fixtures, set in the setUp() method.
*
* @var string
*/
public $fileFixtures;

/**
* Setup test folders and files
*
Expand Down

0 comments on commit bf67b27

Please sign in to comment.