PHP Класс 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
Автор: Guilherme Blanco ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
testFailureSortCyclicDependency ( )
testFailureSortMissingDependency ( )
testNoFailureOnSelfReferencingDependency ( )
testSortCyclicDependency ( )
testSuccessSortLinearDependency ( )
testSuccessSortMultiDependency ( )

Описание методов

testFailureSortCyclicDependency() публичный Метод

testFailureSortMissingDependency() публичный Метод

testNoFailureOnSelfReferencingDependency() публичный Метод

testSortCyclicDependency() публичный Метод

testSuccessSortLinearDependency() публичный Метод

testSuccessSortMultiDependency() публичный Метод