Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Drop PHP 5.6 and 7.0 #197

Merged
merged 10 commits into from
Jul 5, 2017
Merged

Drop PHP 5.6 and 7.0 #197

merged 10 commits into from
Jul 5, 2017

Conversation

michalbundyra
Copy link
Member

Dropped PHP 5.6 and 7.0 support.
PR based on #195. It should be merged before #196, because #196 contains changes which requires PHP 7.

Ping @Ocramius

@@ -184,8 +184,8 @@ public function testExceptsWhenConfigNotSet()
{
$abstractFactory = new ConfigAbstractFactory();
$serviceManager = new ServiceManager();
self::expectException(ServiceNotCreatedException::class);
self::expectExceptionMessage('Cannot find a config array in the container');
$this->expectException(ServiceNotCreatedException::class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should stay as self

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, totally misread this, sorry :-\

@Ocramius Ocramius self-assigned this Jul 5, 2017
@Ocramius Ocramius added this to the 3.4.0 milestone Jul 5, 2017
@Ocramius
Copy link
Member

Ocramius commented Jul 5, 2017

LGTM, thanks @webimpress!

@Ocramius Ocramius merged commit 7afbd2e into zendframework:develop Jul 5, 2017
@michalbundyra michalbundyra deleted the drop-php-5.6-and-7 branch July 5, 2017 22:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants