Minor changes to optimise new installs

This commit is contained in:
2023-10-17 23:19:28 +11:00
parent 8ce3ce8164
commit f9d24db9f8
9 changed files with 18 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ class RoutingTest extends TestCase
*/
public function test_zc()
{
//$this->seed(NodeHierarchy::class);
//$this->seed(TestNodeHierarchy::class);
$nodes = $this->zone();
$this->assertEquals(52,$nodes->count());
@@ -100,7 +100,7 @@ class RoutingTest extends TestCase
*/
public function test_rc()
{
//$this->seed(NodeHierarchy::class);
//$this->seed(TestNodeHierarchy::class);
// Pick ZC without any session info - we have 0 children
$ao = Address::findFTN('100:1/0@domain-a');
@@ -147,7 +147,7 @@ class RoutingTest extends TestCase
*/
public function test_nc()
{
//$this->seed(NodeHierarchy::class);
//$this->seed(TestNodeHierarchy::class);
// Pick a HC without any session info - we have 0 children
$ao = Address::findFTN('100:20/0@domain-a');
@@ -181,7 +181,7 @@ class RoutingTest extends TestCase
*/
public function test_hc()
{
//$this->seed(NodeHierarchy::class);
//$this->seed(TestNodeHierarchy::class);
// Pick a HC without any session info - we have 0 children
$ao = Address::findFTN('100:20/2000@domain-a');
@@ -202,7 +202,7 @@ class RoutingTest extends TestCase
public function test_node()
{
//$this->seed(NodeHierarchy::class);
//$this->seed(TestNodeHierarchy::class);
// Node with session details still doesnt have any children
$ao = Address::findFTN('100:20/2001@domain-a');