PHP Class Trismegiste\Mondrian\Tests\Transform\FullGraphTest

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

Protected Properties

Property Type Description
$compiler
$graph

Public Methods

Method Description
testSomeEdge ( )

Protected Methods

Method Description
findVertex ( Trismegiste\Mondrian\Graph\Graph $g, $type, $name )
setUp ( )

Method Details

findVertex() protected method

protected findVertex ( Trismegiste\Mondrian\Graph\Graph $g, $type, $name )
$g Trismegiste\Mondrian\Graph\Graph

setUp() protected method

protected setUp ( )

testSomeEdge() public method

public testSomeEdge ( )

Property Details

$compiler protected property

protected $compiler

$graph protected property

protected $graph