Property | Type | Description | |
---|---|---|---|
$configHandler | Mockery\MockInterface | |
||
$conn | Mockery\MockInterface | Xpressengine\Database\VirtualConnectionInterface | ||
$registerHandler | Mockery\MockInterface | |
||
$view | Mockery\MockInterface | Illuminate\View\Factory |
Method | 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 |
Method | Description | |
---|---|---|
getConfigEntity ( ) : Mockery\MockInterface | |
get config entity |
public testCreateAlreadyExist ( ) : void | ||
return | void |
public testCreateInvalidConfig ( ) : void | ||
return | void |
public testSetConnection ( ) : void | ||
return | void |
protected MockInterface,Mockery|ConfigHandler,Xpressengine\DynamicField $configHandler | ||
return | Mockery\MockInterface | |
protected MockInterface,Mockery|VirtualConnectionInterface,Xpressengine\Database $conn | ||
return | Mockery\MockInterface | Xpressengine\Database\VirtualConnectionInterface |
protected MockInterface,Mockery|RegisterHandler,Xpressengine\DynamicField $registerHandler | ||
return | Mockery\MockInterface | |