FileDocblockTest
extends TestCase
in package
Integration tests to check the correct working of processing a namespace into a project.
Table of Contents
- $fixture : ProjectFactory
- fileProvider() : array<string|int, mixed>
- testConditionalFunctionDefine() : void
- testFileDocblock() : void
- testFileWithInlineFunction() : void
- testGlobalNamespacedFunctionDefine() : void
- setUp() : void
Properties
$fixture
private
ProjectFactory
$fixture
Methods
fileProvider()
public
fileProvider() : array<string|int, mixed>
Return values
array<string|int, mixed> —testConditionalFunctionDefine()
public
testConditionalFunctionDefine() : void
Tags
Return values
void —testFileDocblock()
public
testFileDocblock(string $fileName) : void
Parameters
- $fileName : string
Tags
Return values
void —testFileWithInlineFunction()
public
testFileWithInlineFunction() : void
Tags
Return values
void —testGlobalNamespacedFunctionDefine()
public
testGlobalNamespacedFunctionDefine() : void
Tags
Return values
void —setUp()
protected
setUp() : void