public function DrupalTest::testCache in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/DrupalTest.php \Drupal\Tests\Core\DrupalTest::testCache()
Tests the service() method.
@covers ::cache
File
- core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php, line 114 - Contains \Drupal\Tests\Core\DrupalTest.
Class
- DrupalTest
- Tests the Drupal class.
Namespace
Drupal\Tests\CoreCode
public function testCache() {
$this
->setMockContainerService('cache.test');
$this
->assertNotNull(\Drupal::cache('test'));
}