PHP Class Xpressengine\Tests\Document\DocumentHandlerTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$configHandler
$conn
$instanceManager
$request

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

setUp() public méthode

set up
public setUp ( ) : void
Résultat void

tearDown() public méthode

tear down
public tearDown ( ) : void
Résultat void

testAdd() public méthode

test add document
public testAdd ( ) : void
Résultat void

testGet() public méthode

test get
public testGet ( ) : void
Résultat void

testGetFailDocumentNotFound() public méthode

test get

testGetProperty() public méthode

test get property
public testGetProperty ( ) : void
Résultat void

testPut() public méthode

test add document
public testPut ( ) : void
Résultat void

testPutWithDifferentInstanceId() public méthode

instance id 를 변경해서 수정하는 경우
public testPutWithDifferentInstanceId ( ) : void
Résultat void

testRemove() public méthode

test remove
public testRemove ( ) : void
Résultat void

Property Details

$configHandler protected_oe property

protected $configHandler

$conn protected_oe property

protected $conn

$instanceManager protected_oe property

protected $instanceManager

$request protected_oe property

protected $request