public function BackendSavingTests::testInteger 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::testInteger()
Test the saving and restoring of an integer.
File
- src/
Tests/ Generic/ Cache/ BackendSavingTests.php, line 39
Class
- BackendSavingTests
- Test saving functions.
Namespace
Drupal\supercache\Tests\Generic\CacheCode
public function testInteger() {
$this
->checkVariable(100);
}