drupalGet(''); $this->assertRaw('A very important, required value.'); $this->assertRaw('Explicitly passed in context.'); $this->assertCacheTag('custom_cache_tag'); } }