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.

Comments

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Status: Active » Needs review
StatusFileSize
new6.38 KB

Let's see how this does.

phenaproxima’s picture

StatusFileSize
new6.88 KB

This 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.

phenaproxima’s picture

StatusFileSize
new7.25 KB

D'oh, missed a spot with a namespace.

phenaproxima’s picture

StatusFileSize
new7.81 KB

Let's see if this one behaves itself.

joelpittet’s picture

Status: Needs review » Fixed

Thanks @phenaproxima, I've committed the test changes to -dev branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.