'TestApp', 'encoding' => 'UTF-8', 'paths' => [ 'testWebroot' => PLUGIN_ROOT . DS . 'tests' . DS . 'test_app' . DS . 'webroot' . DS, 'webroot' => PLUGIN_ROOT . DS . 'webroot' . DS, 'templates' => [ PLUGIN_ROOT . DS . 'tests' . DS . 'test_app' . DS . 'templates' . DS, ], ], ]); /** * Load schema from a SQL dump file. * * If your plugin does not use database fixtures you can * safely delete this. * * If you want to support multiple databases, consider * using migrations to provide schema for your plugin, * and using \Migrations\TestSuite\Migrator to load schema. */ // Load a schema dump file. //(new SchemaLoader())->loadSqlFiles('tests/schema.sql', 'test');