PHP Class Doctrine\Test\DataFixtures\Sorter\TopologicalSorterTest

Note: When writing tests here consider that a lot of graph constellations can have many valid orderings, so you may want to build a graph that has only 1 valid order to simplify your tests
Author: Guilherme Blanco ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: doctrine/data-fixtures

Public Methods

Method Description
testFailureSortCyclicDependency ( )
testFailureSortMissingDependency ( )
testNoFailureOnSelfReferencingDependency ( )
testSortCyclicDependency ( )
testSuccessSortLinearDependency ( )
testSuccessSortMultiDependency ( )

Method Details

testFailureSortCyclicDependency() public method

testFailureSortMissingDependency() public method

testNoFailureOnSelfReferencingDependency() public method

testSortCyclicDependency() public method

testSuccessSortLinearDependency() public method

testSuccessSortMultiDependency() public method