Problem/Motivation
The docs about the folder location where test files should go is not correct in \Drupal\Tests\BrowserTestBase and \Drupal\simpletest\BrowserTestBase
Proposed resolution
Make docs match what we use (and what will work)
Remaining tasks
None
(maybe look for a handbook page on d.o?)
User interface changes
NA
API changes
NA
Data model changes
NA
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2754541-1.patch | 1.01 KB | webflo |
Comments
Comment #2
webflo commentedComment #3
yesct commentedI'll look at this now.
Comment #4
dawehnerPerfect! Thanks a ton!
Comment #5
yesct commentedI looked at if this is getting all the locations with some ag and greps like:
(in middle lines of block comments)
also checks if all the Functional namespace classes *are* in src with lower case src:
rtbc from me also.
Comment #6
alexpottCommitted 43ac93d and pushed to 8.1.x and 8.2.x. Thanks!