diff options
Diffstat (limited to 'modules/php/php.test')
-rw-r--r-- | modules/php/php.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.test b/modules/php/php.test index b127d5ba4..e51e14497 100644 --- a/modules/php/php.test +++ b/modules/php/php.test @@ -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(). */ |