Skip to content

Commit dcc2faa

Browse files
committed
change namespace of base functional test case
1 parent d11e08d commit dcc2faa

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGELOG
44
0.2.0
55
-----
66

7+
* moved base functional `StatementRepositoryTest` test case class to the
8+
`XApi\Repository\Doctrine\Test\Functional` namespace
9+
710
* changed base namespace of all classes from `Xabbuh\XApi\Storage\Doctrine` to
811
`XApi\Repository\Doctrine`
912

UPGRADE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ UPGRADE
44
Upgrading from 0.1 to 0.2
55
-------------------------
66

7-
The base namespace was changed from `Xabbuh\XApi\Storage\Doctrine` to
8-
`XApi\Repository\Doctrine`.
7+
* Moved base functional `StatementRepositoryTest` test case class to the
8+
`XApi\Repository\Doctrine\Test\Functional` namespace.
9+
10+
* The base namespace was changed from `Xabbuh\XApi\Storage\Doctrine` to
11+
`XApi\Repository\Doctrine`.

tests/Functional/StatementRepositoryTest.php renamed to src/Test/Functional/StatementRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace XApi\Repository\Doctrine\Tests\Functional;
12+
namespace XApi\Repository\Doctrine\Test\Functional;
1313

1414
use Doctrine\Common\Persistence\ObjectManager;
1515
use XApi\Repository\Api\Test\Functional\StatementRepositoryTest as BaseStatementRepositoryTest;

0 commit comments

Comments
 (0)