function MemCacheSavingCase::testDouble in Memcache API and Integration 7
Same name in this branch
- 7 tests/memcache.test \MemCacheSavingCase::testDouble()
- 7 tests/memcache6.test \MemCacheSavingCase::testDouble()
Same name and namespace in other branches
- 6 tests/memcache.test \MemCacheSavingCase::testDouble()
Test the saving and restoring of a double.
File
- tests/
memcache6.test, line 138
Class
Code
function testDouble() {
$this
->checkVariable(1.29);
}