mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Remove none-existing code test
This commit is contained in:
parent
004381fdc6
commit
a1ec74e5d9
|
|
@ -47,7 +47,6 @@ class GraphTest extends \PHPUnit\Framework\TestCase
|
|||
self::assertTrue($graph->isConnected());
|
||||
self::assertTrue($graph->isBipartite());
|
||||
self::assertTrue($graph->isTriangleFree());
|
||||
self::assertTrue($graph->isCircleFree());
|
||||
|
||||
self::assertEquals([], $graph->getBridges());
|
||||
self::assertEquals([], $graph->getFloydWarshallShortestPath());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user