FilesystemTest extends TestCase
FilesystemTest class.
Tests a basic filesystem.
Table of Contents
$testDir | string | |
---|---|---|
$testDisk | string | |
setUp() | Setup TestDatabase | void |
testService() | Test the service and FilesystemManager | mixed |
testFacade() | mixed | |
testAdapter() | mixed | |
testUrl() | mixed | |
testNonExistingAdapter() | Test to make sure we can still add custom adapter | mixed |
testAddingAdapter() | mixed |
Properties
$testDir
private
string
$testDir
$testDisk
private
string
$testDisk
= 'testing'
Methods
setUp()
Setup TestDatabase
public
setUp(
)
: void
testService()
Test the service and FilesystemManager
public
testService(
)
: mixed
Return values
mixedtestFacade()
public
testFacade(
)
: mixed
Tags
Return values
mixedtestAdapter()
public
testAdapter(
$files :
FilesystemAdapter
)
: mixed
Parameters
- $files : FilesystemAdapter
Tags
Return values
mixedtestUrl()
public
testUrl(
$files :
FilesystemAdapter
)
: mixed
Parameters
- $files : FilesystemAdapter
Tags
Return values
mixedtestNonExistingAdapter()
Test to make sure we can still add custom adapter
public
testNonExistingAdapter(
)
: mixed
Return values
mixedtestAddingAdapter()
public
testAddingAdapter(
)
: mixed