File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
},
46
46
"autoload-dev" : {
47
47
"psr-4" : {
48
- "Tests \\ " : " tests/"
48
+ "JanGregor \\ Prophecy \\ Test \\ " : " tests/"
49
49
}
50
50
},
51
51
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Tests \Model ;
3
+ namespace JanGregor \ Prophecy \ Test \Model ;
4
4
5
5
class BaseModel
6
6
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Tests \Test ;
3
+ namespace JanGregor \ Prophecy \ Test \Test ;
4
4
5
+ use JanGregor \Prophecy \Test \Model \BaseModel ;
5
6
use PHPUnit \Framework \TestCase ;
6
7
use Prophecy \Argument ;
7
8
use Prophecy \Prophecy \ObjectProphecy ;
8
- use Tests \Model \BaseModel ;
9
9
10
10
/**
11
11
* @internal
12
12
*
13
- * @covers \Tests \Model\BaseModel
13
+ * @covers \JanGregor\Prophecy\Test \Model\BaseModel
14
14
*/
15
15
final class BaseModelTest extends TestCase
16
16
{
You can’t perform that action at this time.
0 commit comments