Skip to content

Commit 477f441

Browse files
committed
Adjust namespace
1 parent d7f6659 commit 477f441

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/TrivialGraphFormat.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22

3-
namespace Fhaculty\Graph\Exporter;
3+
namespace Graphp\TrivialGraphFormat;
44

55
use Fhaculty\Graph\Edge\Directed;
66
use Fhaculty\Graph\Edge\Base as Edge;
77
use Fhaculty\Graph\Vertex;
88
use Fhaculty\Graph\Graph;
9+
use Fhaculty\Graph\Exporter\ExporterInterface;
910

1011
/**
1112
* Trivial Graph Format (TGF) is a really simple format for describing graphs.

tests/TrivialGraphFormatTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?php
22

3-
use Fhaculty\Graph\Exporter\TrivialGraphFormat;
4-
3+
use Graphp\TrivialGraphFormat\TrivialGraphFormat;
54
use Fhaculty\Graph\Graph;
65

7-
use Fhaculty\Graph\Loader\CompleteGraph;
8-
96
class TrivialGraphFormatTest extends TestCase
107
{
118
public function testEmpty()

0 commit comments

Comments
 (0)