Skip to content

Commit

Permalink
change namespace of base functional test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 21, 2016
1 parent d11e08d commit dcc2faa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ CHANGELOG
0.2.0
-----

* moved base functional `StatementRepositoryTest` test case class to the
`XApi\Repository\Doctrine\Test\Functional` namespace

* changed base namespace of all classes from `Xabbuh\XApi\Storage\Doctrine` to
`XApi\Repository\Doctrine`

Expand Down
7 changes: 5 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ UPGRADE
Upgrading from 0.1 to 0.2
-------------------------

The base namespace was changed from `Xabbuh\XApi\Storage\Doctrine` to
`XApi\Repository\Doctrine`.
* Moved base functional `StatementRepositoryTest` test case class to the
`XApi\Repository\Doctrine\Test\Functional` namespace.

* The base namespace was changed from `Xabbuh\XApi\Storage\Doctrine` to
`XApi\Repository\Doctrine`.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace XApi\Repository\Doctrine\Tests\Functional;
namespace XApi\Repository\Doctrine\Test\Functional;

use Doctrine\Common\Persistence\ObjectManager;
use XApi\Repository\Api\Test\Functional\StatementRepositoryTest as BaseStatementRepositoryTest;
Expand Down

0 comments on commit dcc2faa

Please # to comment.