Change Summary:
Now that @runInSeparateProcess is gone we need @backupGlobals or later unit tests will fail.
Diff: |
Revision 2 (+62 -10) |
---|
Review Request #169 — Created Oct. 3, 2013 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
master | |
179 | |
Reviewers | |
lunr | |
Refine how we use runkit and make it possible to revert a function redefinition. This allows us to drop @runInSeparateProcess for tests using runkit, which should give us a significant speed boost when running all unit tests.
Example implementation for the Request class.
Now that @runInSeparateProcess is gone we need @backupGlobals or later unit tests will fail.
Diff: |
Revision 2 (+62 -10) |
---|