summaryrefslogtreecommitdiffstatshomepage
path: root/modules/php/php.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-10-20 13:04:27 +0000
committerDries Buytaert <dries@buytaert.net>2008-10-20 13:04:27 +0000
commita9e37e299c602171b5f583a2c076ca17ba9de67c (patch)
tree92234cf939c22f5012eac1590bc4f59570498434 /modules/php/php.test
parenta4c679df7ae153b10911fbb3642d2a9929286f8b (diff)
downloaddrupal-a9e37e299c602171b5f583a2c076ca17ba9de67c.tar.gz
drupal-a9e37e299c602171b5f583a2c076ca17ba9de67c.zip
- Patch #323458 by Jody Lynn: fixed typo in class name.
Diffstat (limited to 'modules/php/php.test')
-rw-r--r--modules/php/php.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.test b/modules/php/php.test
index b127d5ba4e9..e51e14497bc 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().
*/