Пример #1
0
 public function testGetServiceContainer()
 {
     $this->assertInstanceOf(ContainerInterface::class, $this->app->getServiceContainer());
 }