FilterSpamspanWithDomUnitTest.php in SpamSpan filter 8.2
Namespace
Drupal\Tests\spamspan\KernelFile
tests/src/Kernel/FilterSpamspanWithDomUnitTest.phpView source
<?php
namespace Drupal\Tests\spamspan\Kernel;
/**
* Tests spamspan filter with DOM parsing.
*
* @group spamspan
*/
class FilterSpamspanWithDomUnitTest extends FilterSpamspanUnitTest {
/**
* Use DOM.
*
* @var int
*/
protected $withDom = 1;
}
Classes
Name | Description |
---|---|
FilterSpamspanWithDomUnitTest | Tests spamspan filter with DOM parsing. |