The Panels test suite is a mess, and is using a lot of deprecated base classes from SimpleTest. Let's unify it here and make all the tests PHPUnit tests.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3107784-5.patch | 7.81 KB | phenaproxima |
| #4 | 3107784-4.patch | 7.25 KB | phenaproxima |
| #3 | 3107784-3.patch | 6.88 KB | phenaproxima |
| #2 | 3107784-2.patch | 6.38 KB | phenaproxima |
Comments
Comment #2
phenaproximaLet's see how this does.
Comment #3
phenaproximaThis should both convert the tests to PHPUnit, and in the process, fix the broken ones. I don't know my way around run-tests.sh well enough to bother fixing things as they are in HEAD.
Comment #4
phenaproximaD'oh, missed a spot with a namespace.
Comment #5
phenaproximaLet's see if this one behaves itself.
Comment #7
joelpittetThanks @phenaproxima, I've committed the test changes to -dev branch.