Skip to content

Fix insulated tests with phpdbg#1956

Merged
sebastianbergmann merged 1 commit into
sebastianbergmann:4.8from
nicolas-grekas:phpdbg
Nov 17, 2015
Merged

Fix insulated tests with phpdbg#1956
sebastianbergmann merged 1 commit into
sebastianbergmann:4.8from
nicolas-grekas:phpdbg

Conversation

@nicolas-grekas

Copy link
Copy Markdown
Contributor

Fixes #1955

@GrahamCampbell

Copy link
Copy Markdown
Contributor

Nice fix. 👍

@sebastianbergmann

Copy link
Copy Markdown
Owner

Thanks. I do think, though, that this should go into the Runtime class. Or?

@nicolas-grekas

Copy link
Copy Markdown
Contributor Author

It could but it's not trivial: -d options needs to be before the eval-stdin.php on the command line, which means that simple concatenation doesn't work...

@sebastianbergmann

Copy link
Copy Markdown
Owner

Okay. Sounds like one more reason to work on #1342 then.

@bwoebi

bwoebi commented Nov 13, 2016

Copy link
Copy Markdown
Contributor

This, … well https://bugs.php.net/73484

This doesn't fix the bug, it just ends up not running the tests at all due to the use of php://input instead of php://stdin.

@sebastianbergmann

Copy link
Copy Markdown
Owner

Pull requests welcome! :-)

Truth be told, neither process isolation nor PHPDBG compatibility are high priority topics for me.

bwoebi added a commit to bwoebi/phpunit that referenced this pull request Nov 13, 2016
@bwoebi

bwoebi commented Nov 13, 2016

Copy link
Copy Markdown
Contributor

Yeah, see #2356 ;-)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants