Documentation

FilesystemGeneratorTest extends TestCase
in package

Table of Contents

createApplication()  : HttpKernelInterface
Creates the application.
setUp()  : mixed
tearDown()  : mixed
testDestNotExistsException()  : mixed
testDirExistsException()  : mixed
testFileExistsException()  : mixed
testGenerate()  : mixed
testNothing()  : mixed
testTemplateNotFound()  : mixed
callProtectedMethod()  : mixed
cleanUp()  : mixed
getFixturesDir()  : mixed

Methods

testDestNotExistsException()

public testDestNotExistsException() : mixed
Tags
expectedException

October\Rain\Exception\SystemException

expectedExceptionMessage

exists

Return values
mixed

testDirExistsException()

public testDirExistsException() : mixed
Tags
expectedException

October\Rain\Exception\ApplicationException

expectedExceptionMessage

exists

Return values
mixed

testFileExistsException()

public testFileExistsException() : mixed
Tags
expectedException

October\Rain\Exception\ApplicationException

expectedExceptionMessage

exists

Return values
mixed

testNothing()

public testNothing() : mixed
Return values
mixed

testTemplateNotFound()

public testTemplateNotFound() : mixed
Tags
expectedException

October\Rain\Exception\SystemException

expectedExceptionMessage

found

Return values
mixed

callProtectedMethod()

protected static callProtectedMethod(mixed $object, mixed $name[, mixed $params = [] ]) : mixed
Parameters
$object : mixed
$name : mixed
$params : mixed = []
Return values
mixed

getFixturesDir()

protected getFixturesDir(mixed $subdir) : mixed
Parameters
$subdir : mixed
Return values
mixed

Search results