You are here

public function BackendSavingTests::testString in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/Tests/Generic/Cache/BackendSavingTests.php \Drupal\supercache\Tests\Generic\Cache\BackendSavingTests::testString()

Test the saving and restoring of a string.

File

src/Tests/Generic/Cache/BackendSavingTests.php, line 32

Class

BackendSavingTests
Test saving functions.

Namespace

Drupal\supercache\Tests\Generic\Cache

Code

public function testString() {
  $this
    ->checkVariable($this
    ->randomName(100));
}