As per the parent issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2872151-4.patch | 14.06 KB | lendude |
| #4 | interdiff-2872151-2-4.txt | 7.38 KB | lendude |
| #2 | 2872151-2.patch | 14.36 KB | phenaproxima |
As per the parent issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2872151-4.patch | 14.06 KB | lendude |
| #4 | interdiff-2872151-2-4.txt | 7.38 KB | lendude |
| #2 | 2872151-2.patch | 14.36 KB | phenaproxima |
Comments
Comment #2
phenaproximaComment #3
dawehnerThank you for your contribution @phenaproxima!
You need to copy the existing base class ...and throw a
@trigger_errorin the old one.Please keep in mind to create a minimal conversion.
These changes increase the size of the patch more than needed. Please revert them, it takes time to review them.
This is a kernel test, I doubt we have to touch that :)
Comment #4
lendude@phenaproxima++
#3.1 fixed, and renamed the new base class from DatabaseWebTestBase to DatabaseTestBase, otherwise the ancestry might get a little confusing
#3.2 fixed
#3.3 fixed
#3.4 well the kernel test uses the
FakeRecordin the simpletest namespace, so that does need to be updated to the new namespace.Comment #5
dawehnerOne day we should have an issue to move this outside of the database tests :P
Comment #8
catchCommitted/pushed to 8.4.x and cherry-picked to 8.3.x. Thanks!