ProjectTest
extends TestCase
in package
Tests the functionality for the Project class.
Tags
Table of Contents
- EXAMPLE_NAME = 'Initial name'
- $fixture : Project
- testGetAddFiles() : void
- testGetAddNamespace() : void
- testGetRootNamespace() : void
- testGetSetName() : void
- setUp() : void
- Initializes the fixture object.
Constants
EXAMPLE_NAME
public
mixed
EXAMPLE_NAME
= 'Initial name'
Properties
$fixture
private
Project
$fixture
Methods
testGetAddFiles()
public
testGetAddFiles() : void
Tags
Return values
void —testGetAddNamespace()
public
testGetAddNamespace() : void
Tags
Return values
void —testGetRootNamespace()
public
testGetRootNamespace() : void
Tags
Return values
void —testGetSetName()
public
testGetSetName() : void
Tags
Return values
void —setUp()
Initializes the fixture object.
protected
setUp() : void