spec\Newscoop\Services\EditorServiceSpec::it_is_initializable PHP Method

it_is_initializable() public method

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