exports: create new filter tests

This commit is contained in:
Mathieu Jaumotte 2022-09-21 11:29:08 +02:00
parent 5b3cd9eb20
commit 27306015f4

View File

@ -24,7 +24,6 @@ use function is_string;
/**
* Helper to test filters.
*
* @internal
*/
abstract class AbstractFilterTest extends KernelTestCase
{