PHP < 5.4 is not supported anymore - see #12606
This commit is contained in:
parent
2c5e4b3d3f
commit
bf1b62a34a
1 changed files with 0 additions and 8 deletions
|
@ -232,10 +232,6 @@ class DispatcherTest extends \Test\TestCase {
|
|||
|
||||
|
||||
public function testExceptionCallsAfterException() {
|
||||
// TODO fails on PHP 5.3
|
||||
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
||||
$this->markTestSkipped('Fails on PHP 5.3');
|
||||
}
|
||||
$out = 'yo';
|
||||
$httpHeaders = 'Http';
|
||||
$responseHeaders = array('hell' => 'yeah');
|
||||
|
@ -251,10 +247,6 @@ class DispatcherTest extends \Test\TestCase {
|
|||
|
||||
|
||||
public function testExceptionThrowsIfCanNotBeHandledByAfterException() {
|
||||
// TODO fails on PHP 5.3
|
||||
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
||||
$this->markTestSkipped('Fails on PHP 5.3 and causes infinite loop');
|
||||
}
|
||||
$out = 'yo';
|
||||
$httpHeaders = 'Http';
|
||||
$responseHeaders = array('hell' => 'yeah');
|
||||
|
|
Loading…
Reference in a new issue