Commit ba5ef1e 1 parent b233601 commit ba5ef1e Copy full SHA for ba5ef1e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
namespace Opensoft \StorageBundle \Tests \Storage ;
4
4
5
5
6
+ use Gaufrette \Adapter \Local ;
6
7
use Gaufrette \Filesystem ;
7
8
use function GuzzleHttp \Psr7 \stream_for ;
8
9
use GuzzleHttp \Psr7 \StreamWrapper ;
9
10
use Opensoft \StorageBundle \Entity \Storage ;
10
11
use Opensoft \StorageBundle \Entity \StorageFile ;
11
- use Opensoft \StorageBundle \Storage \Gaufrette \Adapter \Local ;
12
12
13
13
class StorageFileTest extends \PHPUnit_Framework_TestCase
14
14
{
@@ -63,4 +63,4 @@ private function assertFileContent($expected)
63
63
64
64
$ this ->assertEquals ($ expected , file_get_contents ($ this ->directory . '/ ' . $ this ->key ));
65
65
}
66
- }
66
+ }
Original file line number Diff line number Diff line change 22
22
"require" : {
23
23
"php" : " >=5.6" ,
24
24
"doctrine/orm" : " ^2.5" ,
25
- "knplabs/gaufrette" : " ^0.5" ,
25
+ "knplabs/gaufrette" : " ^0.5|^0.6|^0.7 " ,
26
26
"knplabs/knp-paginator-bundle" : " ^2.5" ,
27
27
"lexik/form-filter-bundle" : " ^5.0" ,
28
28
"symfony/asset" : " ^2.7|^3.0" ,
You can’t perform that action at this time.
0 commit comments