namespace Drupal\Tests\views\Unit\Plugin\pager in Drupal 9
Same name in other branches
Class | Location | Description |
---|---|---|
PagerPluginBaseTest |
core/ |
@coversDefaultClass \Drupal\views\Plugin\views\pager\PagerPluginBase @group views |
TestStatementInterface |
core/ |
As StatementInterface extends \Traversable, which though always needs an additional interface. The Statement class itself can't be mocked because of its __wakeup function. |