PHP Class Webiny\Component\Storage\Tests\LocalStorageTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Webiny\Component\Storage\StorageTrait
Show file Open project: Webiny/Framework

Public Methods

Method Description
driverSet ( )
testConstructor ( $storage )
testDelete ( Storage $storage )
testRename ( Storage $storage )
testSave ( Storage $storage )

Method Details

driverSet() public method

public driverSet ( )

testConstructor() public method

public testConstructor ( $storage )

testDelete() public method

public testDelete ( Storage $storage )
$storage Webiny\Component\Storage\Storage

testRename() public method

public testRename ( Storage $storage )
$storage Webiny\Component\Storage\Storage

testSave() public method

public testSave ( Storage $storage )
$storage Webiny\Component\Storage\Storage