public function BackendSavingTests::testDouble in Supercache 8
Same name and namespace in other branches
- 2.0.x 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\CacheCode
public function testDouble() {
$this
->checkVariable(1.29);
}