File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ abstract class RequestIntegrationTest extends BaseTest
2020 /**
2121 * @var RequestInterface
2222 */
23- private $ request ;
23+ protected $ request ;
2424
2525 /**
2626 * @return RequestInterface that is used in the tests
Original file line number Diff line number Diff line change 77/**
88 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
99 */
10- abstract class ServerRequestIntegrationTest extends BaseTest
10+ abstract class ServerRequestIntegrationTest extends RequestIntegrationTest
1111{
12- /**
13- * @var array with functionName => reason
14- */
15- protected $ skippedTests = [];
16-
1712 /**
1813 * @var ServerRequestInterface
1914 */
@@ -26,6 +21,7 @@ abstract public function createSubject();
2621
2722 protected function setUp (): void
2823 {
24+ parent ::setUp ();
2925 $ this ->serverRequest = $ this ->createSubject ();
3026 }
3127
You can’t perform that action at this time.
0 commit comments