Add integration tests for nests

This commit is contained in:
Dane Everitt 2018-03-25 17:41:36 -05:00
parent 6eaab29a92
commit 565c5ddc52
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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'];