Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2013 at 08:26 UTC
Updated:
29 Jul 2014 at 21:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
amateescu commentedRight, testing is broken for Windows environments, rendering core useless for it's biggest audience atm, core developers :) Tested the patch and I guess it can go in for now, at least as a stop-gap solution.
Comment #2
msonnabaum commentedI think this approach is a fine workaround. Sorry for not catching that initially.
Here's a version that decomposes that logic out of the simpletest_phpunit_run_command() function.
Comment #3
amateescu commentedThe new patch works fine too, it just moved the code around a bit.
Comment #4
geerlingguy commentedI'm getting the following errors on Mac OS X, using MAMP with PHP 5.3.14:
[Edit: Looks like this may be unrelated; I found that the phpunit test file (supposed to be in
public://simpletest) is never created, thus the error for me above.]Comment #5
das-peter commentedNever mind, I'm aware that I use an OS underdog :P
Patch looks fine -> RTBC
Comment #6
amateescu commentedUnfortunately, the patch is not fine, OS X has the same issue :(
Comment #7
msonnabaum commentedIt's not the same issue. I've identified the MAMP issue and it's different, just has the same symptom. I'll start a new issue for it.
Comment #8
geerlingguy commentedMAMP Issue: #1936646: phpunit fails on MAMP.
Comment #9
catchCommitted/pushed to 8.x, thanks!