Needs review
Project:
Phone
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Dec 2015 at 08:56 UTC
Updated:
31 Dec 2015 at 19:38 UTC
Jump to comment: Most recent, Most recent file
The Phone tests fail if the phone module is not enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 2636092-phone-tests-11.patch | 30.66 KB | Stevel |
| #7 | 2636092-phone-tests-7.patch | 29.51 KB | Stevel |
Comments
Comment #2
Stevel commentedComment #3
Stevel commentedError in the french test, adding the setUp method a second time.
Comment #4
Stevel commentedUpdated version of the patch to include only the test changes. Also removed translation strings from the getInfo() method and converted the tests to DrupalUnitTestCase to make the tests go faster
Comment #5
Stevel commentedAnd the patch...
Comment #7
Stevel commentedUpdated patch: Unit tests don't load modules, so explicitly include the needed phone.module file.
Comment #9
Stevel commentedThis doesn't fix the tests yet, but at least it's possible to see the failing tests with this patch, which is the goal of this issue.
Comment #10
Stevel commentedComment #11
Stevel commentedThis patch fixes some tests and disables the non-working tests by adding a dependency to a nonexistant module.