When running unit tests (simpletest 6.x-2.8), it breaks with a 'context_set() not found' error.
The module needs to be installed in $test->setUp()
Also you are overriding $test->tearDown() which I don't see why
| Comment | File | Size | Author |
|---|---|---|---|
| context_test_setup.patch | 517 bytes | jose reyero |
Comments
Comment #1
langworthy commentedI encountered problems running Simpletest on context. This patch allows Simpletest to run all the tests. I'm don't know about the issues with tearDown() so i'm setting to needs review.
Comment #2
yhahn commentedThank you, committed to 3.x.