From a9e37e299c602171b5f583a2c076ca17ba9de67c Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 20 Oct 2008 13:04:27 +0000
Subject: [PATCH] - Patch #323458 by Jody Lynn: fixed typo in class name.

---
 modules/php/php.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/php/php.test b/modules/php/php.test
index b127d5ba4e90..e51e14497bc4 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().
    */
-- 
GitLab