PHP Class Trismegiste\Mondrian\Tests\Transform\BuildGraph\GraphBuilderTestCase

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

Protected Properties

Property Type Description
$builder
$director
$graph
$logger

Protected Methods

Method Description
compile ( array $stmt )
createFactory ( )
expectsAddEdge ( $idx, $type1, $name1, $type2, $name2 )
expectsAddVertex ( $idx, $type, $name )
setUp ( )
vertexConstraint ( $type, $name )

Method Details

compile() protected method

protected compile ( array $stmt )
$stmt array

createFactory() protected method

protected createFactory ( )

expectsAddEdge() protected method

protected expectsAddEdge ( $idx, $type1, $name1, $type2, $name2 )

expectsAddVertex() protected method

protected expectsAddVertex ( $idx, $type, $name )

setUp() protected method

protected setUp ( )

vertexConstraint() protected method

protected vertexConstraint ( $type, $name )

Property Details

$builder protected property

protected $builder

$director protected property

protected $director

$graph protected property

protected $graph

$logger protected property

protected $logger