Skip to content

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented May 8, 2016

No description provided.

$this->enhancer->expects($this->once())
->method('enhance')
->with($this->equalTo($routeDefaults), $this->equalTo($this->request))
->with($this->equalTo($routeDefaults), $this->callback(function (Request $request) use ($test) {
Copy link
Member

Choose a reason for hiding this comment

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

There is some php closure fuckup in v5.3 here. Can't we pass the url directly?

Copy link
Member Author

@wouterj wouterj May 10, 2016

Choose a reason for hiding this comment

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

fixed it

Copy link
Member

Choose a reason for hiding this comment

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

uhh even better :-)

@wouterj wouterj force-pushed the WouterJ-fix-tests branch from 46e1cf7 to 9263136 Compare May 10, 2016 20:49
@ElectricMaxxx ElectricMaxxx merged commit 9d7eb43 into master May 10, 2016
@lsmith77 lsmith77 removed the wip/poc label May 10, 2016
@wouterj wouterj deleted the WouterJ-fix-tests branch May 10, 2016 21:25
@dbu
Copy link
Member

dbu commented May 11, 2016

thanks wouter!
what was it? timestamp issues with request objects?

@wouterj
Copy link
Member Author

wouterj commented May 11, 2016

Yeah, but I'm not really sure why the timestamp changed (as we seem to use the same object instance twice).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants