PHP 클래스 Xpressengine\Tests\Document\DocumentHandlerTest

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

프로퍼티 타입 설명
$configHandler
$conn
$instanceManager
$request

공개 메소드들

메소드 설명
setUp ( ) : void set up
tearDown ( ) : void tear down
testAdd ( ) : void test add document
testGet ( ) : void test get
testGetFailDocumentNotFound ( ) test get
testGetProperty ( ) : void test get property
testPut ( ) : void test add document
testPutWithDifferentInstanceId ( ) : void instance id 를 변경해서 수정하는 경우
testRemove ( ) : void test remove

비공개 메소드들

메소드 설명
getConfigEntity ( ) : Mockery\MockInterface | ConfigEntity get config entity
getDocModel ( ) : Mockery\MockInterface | Document
getHandler ( ) get document handler instance
getPaginator ( array $items ) : Mockery\MockInterface | Illuminate\Pagination\LengthAwarePaginator
getRevisionModel ( ) : Mockery\MockInterface | Revision
getUser ( ) : Mockery\MockInterface | Xpressengine\User\UserInterface get User instance

메소드 상세

setUp() 공개 메소드

set up
public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

tear down
public tearDown ( ) : void
리턴 void

testAdd() 공개 메소드

test add document
public testAdd ( ) : void
리턴 void

testGet() 공개 메소드

test get
public testGet ( ) : void
리턴 void

testGetFailDocumentNotFound() 공개 메소드

test get

testGetProperty() 공개 메소드

test get property
public testGetProperty ( ) : void
리턴 void

testPut() 공개 메소드

test add document
public testPut ( ) : void
리턴 void

testPutWithDifferentInstanceId() 공개 메소드

instance id 를 변경해서 수정하는 경우

testRemove() 공개 메소드

test remove
public testRemove ( ) : void
리턴 void

프로퍼티 상세

$configHandler 보호되어 있는 프로퍼티

protected $configHandler

$conn 보호되어 있는 프로퍼티

protected $conn

$instanceManager 보호되어 있는 프로퍼티

protected $instanceManager

$request 보호되어 있는 프로퍼티

protected $request