ProjectTest
extends TestCase
in package
Tests the functionality for the Project class.
Attributes
- #[CoversClass]
- \phpDocumentor\Reflection\Php\Project::class
- #[UsesClass]
- '\phpDocumentor\Reflection\Php\Namespace_'
- #[UsesClass]
- '\phpDocumentor\Reflection\Php\File'
Table of Contents
Constants
- EXAMPLE_NAME = 'Initial name'
Properties
Methods
- testGetAddFiles() : void
- testGetAddNamespace() : void
- testGetRootNamespace() : void
- testGetSetName() : void
- setUp() : void
- Initializes the fixture object.
Constants
EXAMPLE_NAME
public
final mixed
EXAMPLE_NAME
= 'Initial name'
Properties
$fixture
private
Project
$fixture
Methods
testGetAddFiles()
public
testGetAddFiles() : void
testGetAddNamespace()
public
testGetAddNamespace() : void
testGetRootNamespace()
public
testGetRootNamespace() : void
testGetSetName()
public
testGetSetName() : void
setUp()
Initializes the fixture object.
protected
setUp() : void