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');
    }