spec\Newscoop\Services\EditorServiceSpec::it_is_initializable PHP 메소드

it_is_initializable() 공개 메소드

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