spec\Newscoop\Services\ThemesServiceSpec::it_is_initializable PHP Метод

it_is_initializable() публичный Метод

public it_is_initializable ( )
    public function it_is_initializable()
    {
        $this->shouldHaveType('Newscoop\\Services\\ThemesService');
        $this->shouldImplement('Newscoop\\ThemesServiceInterface');
    }