PHP Class Xpressengine\Tests\DynamicField\DynamicFieldHandlerTest

Author: XE Developers ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$configHandler Mockery\MockInterface | Xpressengine\DynamicField\ConfigHandler
$conn Mockery\MockInterface | Xpressengine\Database\VirtualConnectionInterface
$registerHandler Mockery\MockInterface | Xpressengine\DynamicField\RegisterHandler
$view Mockery\MockInterface | Illuminate\View\Factory

Méthodes publiques

Méthode Description
setUp ( ) : void set up
tearDown ( ) : void tear down
testCreate ( ) : void test create
testCreateAlreadyExist ( ) : void test create invalid config
testCreateInvalidConfig ( ) : void test create invalid config
testDrop ( ) : void test drop
testGet ( ) : void test get
testGetByConfig ( ) : void test get by config
testGetProperty ( ) : void test get property
testGetRules ( ) : void test get rules
testGetType ( ) : void test get type
testGets ( ) : void test gets
testHas ( ) : void test has
testPut ( ) : void test put
testSetConnection ( ) : void test set connection

Private Methods

Méthode Description
getConfigEntity ( ) : Mockery\MockInterface | ConfigEntity get config entity

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

testCreate() public méthode

test create
public testCreate ( ) : void
Résultat void

testCreateAlreadyExist() public méthode

test create invalid config
public testCreateAlreadyExist ( ) : void
Résultat void

testCreateInvalidConfig() public méthode

test create invalid config
public testCreateInvalidConfig ( ) : void
Résultat void

testDrop() public méthode

test drop
public testDrop ( ) : void
Résultat void

testGet() public méthode

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

testGetByConfig() public méthode

test get by config
public testGetByConfig ( ) : void
Résultat void

testGetProperty() public méthode

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

testGetRules() public méthode

test get rules
public testGetRules ( ) : void
Résultat void

testGetType() public méthode

test get type
public testGetType ( ) : void
Résultat void

testGets() public méthode

test gets
public testGets ( ) : void
Résultat void

testHas() public méthode

test has
public testHas ( ) : void
Résultat void

testPut() public méthode

test put
public testPut ( ) : void
Résultat void

testSetConnection() public méthode

test set connection
public testSetConnection ( ) : void
Résultat void

Property Details

$configHandler protected_oe property

protected MockInterface,Mockery|ConfigHandler,Xpressengine\DynamicField $configHandler
Résultat Mockery\MockInterface | Xpressengine\DynamicField\ConfigHandler

$conn protected_oe property

protected MockInterface,Mockery|VirtualConnectionInterface,Xpressengine\Database $conn
Résultat Mockery\MockInterface | Xpressengine\Database\VirtualConnectionInterface

$registerHandler protected_oe property

protected MockInterface,Mockery|RegisterHandler,Xpressengine\DynamicField $registerHandler
Résultat Mockery\MockInterface | Xpressengine\DynamicField\RegisterHandler

$view protected_oe property

protected MockInterface,Mockery|Factory,Illuminate\View $view
Résultat Mockery\MockInterface | Illuminate\View\Factory