Add integration tests for nests

This commit is contained in:
Dane Everitt
2018-03-25 17:41:36 -05:00
parent 6eaab29a92
commit 565c5ddc52
5 changed files with 320 additions and 3 deletions

View File

@@ -23,6 +23,9 @@ abstract class IntegrationTestCase extends TestCase
Model::unsetEventDispatcher();
}
/**
* @return array
*/
protected function connectionsToTransact()
{
return ['testing'];