You are here

public function BackendSavingTests::testDouble 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::testDouble()

Test the saving and restoring of a double.

File

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

Class

BackendSavingTests
Test saving functions.

Namespace

Drupal\supercache\Tests\Generic\Cache

Code

public function testDouble() {
  $this
    ->checkVariable(1.29);
}