You are here

public function MemcacheSettingsTest::testGetAll in Memcache API and Integration 8.2

@covers ::getAll

File

tests/src/Unit/MemcacheSettingsTest.php, line 60

Class

MemcacheSettingsTest
@coversDefaultClass \Drupal\memcache\MemcacheSettings @group memcache

Namespace

Drupal\Tests\memcache\Unit

Code

public function testGetAll() {
  $this
    ->assertEquals($this->config['memcache'], $this->settings
    ->getAll());
}