File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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
4747
4848 public function setUp ()
4949 {
50- $ this ->httpMethod = $ this ->getMockForAbstractClass (HttpMethod::class );
50+ $ this ->httpMethod = $ this ->getMockForAbstractClass (' Matricali\Http\ HttpMethod' );
5151 }
5252
5353 /**
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class HttpStatusCodeTest extends TestCase
102102
103103 public function setUp ()
104104 {
105- $ this ->httpStatusCode = $ this ->getMockForAbstractClass (HttpStatusCode::class );
105+ $ this ->httpStatusCode = $ this ->getMockForAbstractClass (' Matricali\Http\ HttpStatusCode' );
106106 }
107107
108108 /**
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class SchemeTest extends TestCase
4141
4242 public function setUp ()
4343 {
44- $ this ->scheme = $ this ->getMockForAbstractClass (Scheme::class );
44+ $ this ->scheme = $ this ->getMockForAbstractClass (' Matricali\Http\ Scheme' );
4545 }
4646
4747 /**
You can’t perform that action at this time.
0 commit comments