Skip to content
Snippets Groups Projects
Commit a9e37e29 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent a4c679df
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -40,7 +40,7 @@ class PHPTestCase extends DrupalWebTestCase { ...@@ -40,7 +40,7 @@ class PHPTestCase extends DrupalWebTestCase {
/** /**
* Tests to make sure the PHP filter actually evaluates PHP code when used. * Tests to make sure the PHP filter actually evaluates PHP code when used.
*/ */
class PHPFitlerTestCase extends PHPTestCase { class PHPFilterTestCase extends PHPTestCase {
/** /**
* Implementation of getInfo(). * Implementation of getInfo().
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment