Closed (fixed)
Project:
Examples for Developers
Version:
8.x-1.x-dev
Component:
Cache Example
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 Sep 2016 at 19:00 UTC
Updated:
5 Nov 2016 at 17:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chalk commentedI will try to fix it.
Comment #3
chalk commentedThe patch is here. I tested manually and launched a CacheExampleTestCase - seems, it works.
Please, review and let me know if something should be changed.
Comment #4
chalk commentedComment #5
joshi.rohit100It looks like you are just moving forms to different directory. So give a '-M' try in git diff. It will make the patch smaller and readable.
Comment #6
chalk commented@joshi.rohit100 thanks for a great advice! I haven't hear about it before :) Now the patch is pretty easier for reading.
Comment #7
joshi.rohit100Now it looks good.
Comment #8
webankit commentedTested the patch locally. This apply cleanly and functionality remains intact.
Comment #10
mile23I noticed that the cache example's test class name ends with TestCase, which is wrong, and it subclasses WebTestBase, which is deprecated. So here's the follow-up: #2821387: Convert all tests to BrowserTestBase
Using the convention is right and proper, so we move from Forms to Form.
Thanks everyone!