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
Afficher le fichier Open project: doctrine/data-fixtures

Méthodes publiques

Méthode Description
testFailureSortCyclicDependency ( )
testFailureSortMissingDependency ( )
testNoFailureOnSelfReferencingDependency ( )
testSortCyclicDependency ( )
testSuccessSortLinearDependency ( )
testSuccessSortMultiDependency ( )

Method Details

testFailureSortCyclicDependency() public méthode

testFailureSortMissingDependency() public méthode

testNoFailureOnSelfReferencingDependency() public méthode

testSortCyclicDependency() public méthode

testSuccessSortLinearDependency() public méthode

testSuccessSortMultiDependency() public méthode