You are here

function cache_set in Tagadelic 7.2

2 string references to 'cache_set'
TagadelicCloudTest::testTo_cache in tests/TagadelicCloudTest.php
@covers tagadeliccloud::to_cache
TagadelicDrupalWrapperTest::testCache_set in tests/TagadelicDrupalWrapperTest.php
@covers TagadelicDrupalWrapper::cache_set

File

tests/support/FakeDrupal.php, line 11

Code

function cache_set() {
  $args = func_get_args();
  return __sig("cache_set", $args);
}