PHP Class Trismegiste\Mondrian\Tests\Visitor\NewContractCollectorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: trismegiste/mondrian

Protected Properties

Property Type Description
$context
$visitor

Public Methods

Method Description
testDoNothingForCC ( )
testEnterAnnotedClass ( )
testEnterClassWithoutComments ( )
testEnterCommentedClassWithoutAnnotations ( )
testWithTraverser ( )

Protected Methods

Method Description
buildFileNode ( )
setUp ( )

Method Details

buildFileNode() protected method

protected buildFileNode ( )

setUp() protected method

protected setUp ( )

testDoNothingForCC() public method

public testDoNothingForCC ( )

testEnterAnnotedClass() public method

testEnterClassWithoutComments() public method

testEnterCommentedClassWithoutAnnotations() public method

testWithTraverser() public method

public testWithTraverser ( )

Property Details

$context protected property

protected $context

$visitor protected property

protected $visitor