You are here

protected function MemberCountBlockTest::assertNotCached in Organic groups 8

Checks that the block is not cached for the given group.

Parameters

int $group_key: The key of the group for which to check the block cache status.

1 call to MemberCountBlockTest::assertNotCached()
MemberCountBlockTest::testMemberCountBlock in tests/src/Kernel/Plugin/Block/MemberCountBlockTest.php
Tests the member count block.

File

tests/src/Kernel/Plugin/Block/MemberCountBlockTest.php, line 331

Class

MemberCountBlockTest
Tests the member count block.

Namespace

Drupal\Tests\og\Kernel\Plugin\Block

Code

protected function assertNotCached($group_key) {
  $this
    ->doAssertCached('assertEmpty', $group_key);
}