Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
text.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
22 Nov 2014 at 20:59 UTC
Updated:
18 Dec 2014 at 11:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
GPrince17 commentedComment #2
GPrince17 commentedComment #4
pwolanin commentedLooks like you missed a usage in TextFieldTest.php line 115
Comment #5
cilefen commentedComment #6
cilefen commented@GPrince17: See the update to the parent issue.
Comment #7
cilefen commentedComment #8
cilefen commentedComment #9
hussainwebThe error was probably due to changing
web_usertowebUser. I have changed it in the parent classStringFieldTestwhich is in field module. It is not strictly in the scope of this ticket, but it is a small enough change rather than setting up dependencies to the issue for field module's ticket. We will just need to do a simple reroll depending on which goes in first. There is no issue yet for fixing these issues in the field module, which means we should be fine.Comment #10
subhojit777Code looks good. Marking this as RTBC for now.
Comment #11
subhojit777I am very sorry. This issue needs work.
Comment #12
tibbsa commentedThat's odd. With this patch applied here, that command does not turn anything up for me.
The only thing I could think that might trip this up (though the regexp should keep it from happening) are things like this, but this is valid:
Are you sure you tested against a patched copy?
Comment #13
subhojit777Will recheck it again today. Was a bit sleepy when I was testing this :-)
Comment #14
tibbsa commentedComment #15
areke commentedMarking as RTBC. As tibbsa suggested, I don't think subhojit777 had applied the patch before searching for the text.
Comment #16
cilefen commented@areke: Thanks for reviewing. I have not checked this yet. Did you make sure all properties are declared and documented?
Comment #17
cilefen commentedadminUser and webUser are not documented.
Comment #18
areke commentedAdded documentation as per #17.
Comment #19
tibbsa commentedStrictly speaking this should probably have...
* @var \Drupal\user\UserInterface... for each of the docblocks as well.
Comment #20
areke commentedAdded the fixes to the errors mentioned in #19.
Comment #21
tibbsa commentedAlmost. :)
Coding standards - Indenting and Whitespace
Comment #22
areke commentedDid I get it this time? :P
Comment #23
tibbsa commentedComment #24
alexpottCommitted 86ced51 and pushed to 8.0.x. Thanks!
Thanks for adding the beta evaluation for to the issue summary.