File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class HttpMethodTest extends TestCase
47
47
48
48
public function setUp ()
49
49
{
50
- $ this ->httpMethod = $ this ->getMockForAbstractClass (HttpMethod::class );
50
+ $ this ->httpMethod = $ this ->getMockForAbstractClass (' Matricali\Http\ HttpMethod' );
51
51
}
52
52
53
53
/**
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class HttpStatusCodeTest extends TestCase
102
102
103
103
public function setUp ()
104
104
{
105
- $ this ->httpStatusCode = $ this ->getMockForAbstractClass (HttpStatusCode::class );
105
+ $ this ->httpStatusCode = $ this ->getMockForAbstractClass (' Matricali\Http\ HttpStatusCode' );
106
106
}
107
107
108
108
/**
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class SchemeTest extends TestCase
41
41
42
42
public function setUp ()
43
43
{
44
- $ this ->scheme = $ this ->getMockForAbstractClass (Scheme::class );
44
+ $ this ->scheme = $ this ->getMockForAbstractClass (' Matricali\Http\ Scheme' );
45
45
}
46
46
47
47
/**
You can’t perform that action at this time.
0 commit comments