Add integration tests for nests
This commit is contained in:
parent
6eaab29a92
commit
565c5ddc52
5 changed files with 320 additions and 3 deletions
|
@ -23,6 +23,9 @@ abstract class IntegrationTestCase extends TestCase
|
|||
Model::unsetEventDispatcher();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
protected function connectionsToTransact()
|
||||
{
|
||||
return ['testing'];
|
||||
|
|
Reference in a new issue