Skip to content

Commit

Permalink
fix namespace of abstract unit test base class
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 21, 2016
1 parent dcc2faa commit f697d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

0.2.1
-----

* fixed namespace for base unit test case class `MappedStatementRepositoryTest`

0.2.0
-----

Expand Down
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\Unit\Repository;
namespace XApi\Repository\Doctrine\Test\Unit\Repository;

use Xabbuh\XApi\DataFixtures\StatementFixtures;
use XApi\Repository\Api\Mapping\MappedStatement;
Expand Down

0 comments on commit f697d6b

Please # to comment.