- Patch #323458 by Jody Lynn: fixed typo in class name.

merge-requests/26/head
Dries Buytaert 2008-10-20 13:04:27 +00:00
parent a4c679df7a
commit a9e37e299c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class PHPTestCase extends DrupalWebTestCase {
/**
* Tests to make sure the PHP filter actually evaluates PHP code when used.
*/
class PHPFitlerTestCase extends PHPTestCase {
class PHPFilterTestCase extends PHPTestCase {
/**
* Implementation of getInfo().
*/