File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ CHANGELOG
4
4
0.2.0
5
5
-----
6
6
7
+ * moved base functional ` StatementRepositoryTest ` test case class to the
8
+ ` XApi\Repository\Doctrine\Test\Functional ` namespace
9
+
7
10
* changed base namespace of all classes from ` Xabbuh\XApi\Storage\Doctrine ` to
8
11
` XApi\Repository\Doctrine `
9
12
Original file line number Diff line number Diff line change 4
4
Upgrading from 0.1 to 0.2
5
5
-------------------------
6
6
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 ` .
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace XApi \Repository \Doctrine \Tests \Functional ;
12
+ namespace XApi \Repository \Doctrine \Test \Functional ;
13
13
14
14
use Doctrine \Common \Persistence \ObjectManager ;
15
15
use XApi \Repository \Api \Test \Functional \StatementRepositoryTest as BaseStatementRepositoryTest ;
You can’t perform that action at this time.
0 commit comments