Наследование: extends Behat\Behat\Context\Context
 function it_sets_the_kernel_on_the_context_if_its_kernel_aware(KernelAwareContext $context, HttpKernelInterface $kernel)
 {
     $context->setApp($kernel)->shouldBeCalled();
     $this->initializeContext($context);
 }