- Patch #323458 by Jody Lynn: fixed typo in class name.
parent
a4c679df7a
commit
a9e37e299c
|
@ -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().
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue