File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
namespace PrivatePackagist \ApiClient \Api ;
11
11
12
- use PrivatePackagist \ApiClient \Api \Projects \MirroredRepositories ;
13
12
use PrivatePackagist \ApiClient \Exception \InvalidArgumentException ;
14
13
15
14
class Projects extends AbstractApi
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function testShow()
44
44
public function testCreate ()
45
45
{
46
46
$ expected = $ this ->getMirroredRepositoryDefinition ();
47
- $ data = json_decode ( json_encode ($ expected ), true );
47
+ $ data = json_decode (json_encode ($ expected ), true );
48
48
unset($ data ['id ' ]);
49
49
50
50
/** @var MirroredRepositories&\PHPUnit_Framework_MockObject_MockObject $api */
@@ -60,7 +60,7 @@ public function testCreate()
60
60
public function testEdit ()
61
61
{
62
62
$ expected = $ this ->getMirroredRepositoryDefinition ();
63
- $ data = json_decode ( json_encode ($ expected ), true );
63
+ $ data = json_decode (json_encode ($ expected ), true );
64
64
unset($ data ['id ' ]);
65
65
66
66
/** @var MirroredRepositories&\PHPUnit_Framework_MockObject_MockObject $api */
You can’t perform that action at this time.
0 commit comments