You are here

public function KernelForTest::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\KernelForTest::getName()

Gets the name of the kernel.

Return value

string The kernel name

Overrides Kernel::getName

File

vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php, line 64

Class

KernelForTest

Namespace

Symfony\Component\HttpKernel\Tests\DataCollector

Code

public function getName() {
  return 'testkernel';
}